1.1 --- a/floatimageobj.cpp Tue Apr 07 16:15:53 2009 +0000
1.2 +++ b/floatimageobj.cpp Tue May 26 11:24:51 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)