Author: reinhard Date: 2005-04-18 18:05:31 -0500 (Mon, 18 Apr 2005) New Revision: 7412
Modified: trunk/gnue-common/src/datasources/GDataSource.py Log: Removed another unused function. Modified: trunk/gnue-common/src/datasources/GDataSource.py =================================================================== --- trunk/gnue-common/src/datasources/GDataSource.py 2005-04-18 23:00:59 UTC (rev 7411) +++ trunk/gnue-common/src/datasources/GDataSource.py 2005-04-18 23:05:31 UTC (rev 7412) @@ -527,14 +527,6 @@ # --------------------------------------------------------------------------- - # Find a specific record in the resultset by field values - # --------------------------------------------------------------------------- - - def findRecord(self, fieldValues): - self._currentResultSet.findRecord(fieldValues) - - - # --------------------------------------------------------------------------- # Notify everybody who's interested in newly loaded result sets # --------------------------------------------------------------------------- _______________________________________________ Commit-gnue mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/commit-gnue
