Author: reinhard
Date: 2005-04-20 16:57:57 -0500 (Wed, 20 Apr 2005)
New Revision: 7444

Modified:
   trunk/gnue-integrator/src/GISources.py
Log:
Removed some copy&paste leftover.


Modified: trunk/gnue-integrator/src/GISources.py
===================================================================
--- trunk/gnue-integrator/src/GISources.py      2005-04-20 21:54:26 UTC (rev 
7443)
+++ trunk/gnue-integrator/src/GISources.py      2005-04-20 21:57:57 UTC (rev 
7444)
@@ -72,18 +72,7 @@
     self._toplevelParent = 'GIMappings'
     self.master = None
 
-  #  Used in GISources.__connectMasterDetail to link detail datasource to
-  #  master source.  Called by GDataObjects.ResultSet when master changed
-  #  This will actually be over-written by GIDataMapper but at the time
-  #  the master-detail must be linked, the GIDataMapper will not have been
-  #  created yet. [Yes, it's fugly]
-  def masterResultSetChanged(self, masterResultSet, detailResultSet):
-    # [This is overwritten by GIDataMapper._masterChanged]
-    pass
 
-
-
-
 class GIConditions(GCondition):
   def __init__(self, parent):
     GCondition.__init__(self, parent, 'GIConditions')



_______________________________________________
Commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to