From kde-commits Wed Apr 30 21:46:39 2008 From: Sharan Rao Date: Wed, 30 Apr 2008 21:46:39 +0000 To: kde-commits Subject: koffice/kexi/migration/xbase Message-Id: <1209591999.298185.16819.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120959201030395 SVN commit 802856 by sharan: remove function from header file ( was not implemented anyway ) M +0 -1 xbasemigrate.h --- trunk/koffice/kexi/migration/xbase/xbasemigrate.h #802855:802856 @@ -62,7 +62,6 @@ private: KexiDB::Field::Type type(char xBaseColumnType); - bool processBooleanField(char boolField); //! Mapping tableNames to actual absoolute file name paths // XBase only deals with absolute names ( with the .dbf extension ) which is pretty cumbersome QMap tableNamePathMap;