diff -r 6e4b586aa88a -r 25e634a7e1dc floatobj.h --- a/floatobj.h Wed Jun 03 20:37:17 2009 +0000 +++ b/floatobj.h Mon Jun 08 11:36:56 2009 +0000 @@ -29,11 +29,6 @@ virtual QRectF getTotalBBox(); // return BBox including children virtual QRectF getBBoxSizeWithChildren(); // return size of BBox including children - virtual void resetSaveCounter()=0; - - virtual void select(); - virtual void unselect(); - protected: bool floatExport; int zPlane;