commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r7444 - trunk/gnue-integrator/src


From: reinhard
Subject: [gnue] r7444 - trunk/gnue-integrator/src
Date: Wed, 20 Apr 2005 16:57:58 -0500 (CDT)

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')





reply via email to

[Prev in Thread] Current Thread [Next in Thread]