diff -r 25a77484ec72 -r ed5b407975b3 floatimageobj.cpp --- a/floatimageobj.cpp Tue Apr 07 16:15:53 2009 +0000 +++ b/floatimageobj.cpp Thu Apr 23 12:15:31 2009 +0000 @@ -16,7 +16,6 @@ // cout << "Const FloatImageObj ()\n"; setParObj (this); init(); - depth=-1; } FloatImageObj::FloatImageObj (QGraphicsScene* s):FloatObj(s) @@ -24,7 +23,6 @@ // cout << "Const FloatImageObj (s) called from MapCenterObj (s)\n"; setParObj (this); init(); - depth=-1; } FloatImageObj::FloatImageObj (QGraphicsScene *s, OrnamentedObj* p):FloatObj(s,p)