vymmodel.cpp
changeset 815 2881c4424190
parent 813 82ebfc46233b
child 816 3086ee01554a
     1.1 --- a/vymmodel.cpp	Thu Dec 03 22:32:24 2009 +0000
     1.2 +++ b/vymmodel.cpp	Mon Dec 07 21:56:46 2009 +0000
     1.3 @@ -69,7 +69,6 @@
     1.4  
     1.5  void VymModel::clear() 
     1.6  {
     1.7 -	selModel->clearSelection();
     1.8  	while (rootItem->childCount() >0)
     1.9  		deleteItem (rootItem->getChildNum(0) );
    1.10  }