diff -r 25a77484ec72 -r 57ce1ba6d1cb floatimageobj.cpp --- a/floatimageobj.cpp Tue Apr 07 16:15:53 2009 +0000 +++ b/floatimageobj.cpp Mon May 18 09:41: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)