floatobj.cpp
changeset 780 fe839bdfd10c
parent 779 1fb50e79661c
child 787 c6bb4fdcc55f
     1.1 --- a/floatobj.cpp	Tue Jul 07 09:34:24 2009 +0000
     1.2 +++ b/floatobj.cpp	Tue Jul 07 11:21:27 2009 +0000
     1.3 @@ -34,7 +34,6 @@
     1.4  using namespace std;
     1.5  void FloatObj::init () 
     1.6  {
     1.7 -	floatExport=true;
     1.8  	zPlane=Z_ICON;
     1.9  	setLinkStyle (LinkableMapObj::Parabel);
    1.10  	//FIXME-2 setHideLinkUnselected(true);
    1.11 @@ -57,16 +56,6 @@
    1.12  	return zPlane;
    1.13  }
    1.14  
    1.15 -void FloatObj::setFloatExport(const bool& b)
    1.16 -{
    1.17 -	floatExport=b;
    1.18 -}
    1.19 -
    1.20 -bool FloatObj::getFloatExport()
    1.21 -{
    1.22 -	return floatExport;
    1.23 -}
    1.24 -
    1.25  void FloatObj::move (double x, double y)
    1.26  {
    1.27  	MapObj::move(x,y);