diff -r 1fb50e79661c -r fe839bdfd10c floatobj.h --- a/floatobj.h Tue Jul 07 09:34:24 2009 +0000 +++ b/floatobj.h Tue Jul 07 11:21:27 2009 +0000 @@ -18,8 +18,6 @@ virtual bool load (const QString&)=0; virtual void setZValue(const int&); // set zPlane virtual int zValue(); - virtual void setFloatExport (const bool &); - virtual bool getFloatExport (); virtual void move (double,double); virtual void move (QPointF); @@ -30,7 +28,6 @@ virtual QRectF getBBoxSizeWithChildren(); // return size of BBox including children protected: - bool floatExport; int zPlane; };