floatimageobj.cpp
changeset 755 ed5b407975b3
parent 753 25a77484ec72
child 776 25e634a7e1dc
     1.1 --- a/floatimageobj.cpp	Mon Apr 20 10:42:05 2009 +0000
     1.2 +++ b/floatimageobj.cpp	Thu Apr 23 12:15:31 2009 +0000
     1.3 @@ -16,7 +16,6 @@
     1.4  //    cout << "Const FloatImageObj ()\n";
     1.5      setParObj (this);	
     1.6      init();
     1.7 -    depth=-1;
     1.8  }
     1.9  
    1.10  FloatImageObj::FloatImageObj (QGraphicsScene* s):FloatObj(s)
    1.11 @@ -24,7 +23,6 @@
    1.12   //   cout << "Const FloatImageObj (s)  called from MapCenterObj (s)\n";
    1.13      setParObj (this);	
    1.14      init();
    1.15 -    depth=-1;
    1.16  }
    1.17  
    1.18  FloatImageObj::FloatImageObj (QGraphicsScene *s, OrnamentedObj* p):FloatObj(s,p)