[Kst] kdeextragear-2/kst/kst

Andrew Walker arwalker at sumusltd.com
Mon Mar 28 20:18:23 CEST 2005


CVS commit by arwalker: 

Remove obsolete commented-out code.


  M +0 -13     vectorselector.ui.h   1.18


--- kdeextragear-2/kst/kst/vectorselector.ui.h  #1.17:1.18
@@ -62,9 +62,4 @@ void VectorSelector::update()
     blockSignals(false);
     setEdit(_vector->currentText());
-    
-/*     KST::vectorList.lock().readLock(); */
-/*     KstRVectorPtr rvp = kst_cast<KstRVector>(*KST::vectorList.findTag(_vector->currentText())); */
-/*     KST::vectorList.lock().readUnlock(); */
-/*     _editVector->setEnabled(rvp); */
 }
 
@@ -87,8 +82,4 @@ void VectorSelector::selectionWatcher( c
     emit selectionChangedLabel(label);
     setEdit(tag);
-/*     KST::vectorList.lock().readLock(); */
-/*     KstRVectorPtr rvp = kst_cast<KstRVector>(*KST::vectorList.findTag(tag)); */
-/*     KST::vectorList.lock().readUnlock(); */
-/*     _editVector->setEnabled(rvp); */
 }
 
@@ -111,8 +102,4 @@ void VectorSelector::setSelection( const
 
     setEdit(tag);
-/*     KST::vectorList.lock().readLock(); */
-/*     KstRVectorPtr rvp = kst_cast<KstRVector>(*KST::vectorList.findTag(tag)); */
-/*     KST::vectorList.lock().readUnlock(); */
-/*     _editVector->setEnabled(rvp); */
 }
 




More information about the Kst mailing list