vymmodel.cpp
changeset 732 b77b56f707f1
parent 731 c8b1a3564c74
child 735 84ae10f6e3a3
     1.1 --- a/vymmodel.cpp	Wed Dec 10 13:10:35 2008 +0000
     1.2 +++ b/vymmodel.cpp	Mon Jan 05 16:31:38 2009 +0000
     1.3 @@ -28,7 +28,6 @@
     1.4  
     1.5  extern TextEditor *textEditor;
     1.6  
     1.7 -
     1.8  extern QString clipboardDir;
     1.9  extern QString clipboardFile;
    1.10  extern bool clipboardEmpty;
    1.11 @@ -2197,10 +2196,6 @@
    1.12  	if (bo && selection.type()==Selection::Branch)
    1.13  	{
    1.14  		QModelIndex ix=selection.getBranchIndex();
    1.15 -		if (ix.isValid())
    1.16 -		{
    1.17 -			cout << "VM::deleteSelection\n";
    1.18 -		}
    1.19  
    1.20  		BranchObj* par=(BranchObj*)bo->getParObj();
    1.21  		selection.unselect();
    1.22 @@ -4145,7 +4140,6 @@
    1.23  		bo->reposition();
    1.24  		i++;
    1.25  	} 
    1.26 -	cout << "VM::animate\n";
    1.27  	emit (selectionChanged(selModel->selection(), selModel->selection()) );
    1.28  	mapScene->update();
    1.29  	if (!animObjList.isEmpty()) animationTimer->start();