branchobj.cpp
changeset 390 0e1aeb21cb78
parent 382 8b0ab4c0f767
child 393 053b8645e3e9
     1.1 --- a/branchobj.cpp	Thu Sep 21 13:48:05 2006 +0000
     1.2 +++ b/branchobj.cpp	Mon Oct 16 12:42:54 2006 +0000
     1.3 @@ -6,7 +6,6 @@
     1.4  extern TextEditor *textEditor;
     1.5  extern Main *mainWindow;
     1.6  extern FlagRowObj *standardFlagsDefault;
     1.7 -extern QAction *actionEditOpenURL;
     1.8  
     1.9  
    1.10  /////////////////////////////////////////////////////////////////
    1.11 @@ -1169,7 +1168,6 @@
    1.12  {
    1.13  	savePosInAngle();
    1.14      int i=branch.find(bo1);
    1.15 -	cout << "BO: i="<<i<<endl;
    1.16      if (i>0) 
    1.17  	{	// -1 if bo1 not found 
    1.18  		branch.at(i)->angle--;