diff -r c8b1a3564c74 -r b77b56f707f1 vymmodel.cpp --- a/vymmodel.cpp Wed Dec 10 13:10:35 2008 +0000 +++ b/vymmodel.cpp Mon Jan 05 16:31:38 2009 +0000 @@ -28,7 +28,6 @@ extern TextEditor *textEditor; - extern QString clipboardDir; extern QString clipboardFile; extern bool clipboardEmpty; @@ -2197,10 +2196,6 @@ if (bo && selection.type()==Selection::Branch) { QModelIndex ix=selection.getBranchIndex(); - if (ix.isValid()) - { - cout << "VM::deleteSelection\n"; - } BranchObj* par=(BranchObj*)bo->getParObj(); selection.unselect(); @@ -4145,7 +4140,6 @@ bo->reposition(); i++; } - cout << "VM::animate\n"; emit (selectionChanged(selModel->selection(), selModel->selection()) ); mapScene->update(); if (!animObjList.isEmpty()) animationTimer->start();