[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Tue Sep 21 01:10:57 CEST 2004


CVS commit by staikos: 

remove dead code


  M +0 -8      updatethread.cpp   1.27


--- kdeextragear-2/kst/kst/updatethread.cpp  #1.26:1.27
@@ -117,5 +117,4 @@ bool UpdateThread::doUpdates(bool force,
   KstObject::UpdateType tU, U = KstObject::NO_CHANGE;
   unsigned i;
-  int lastFrame = -1;
 
   if (gotData) {
@@ -177,6 +176,4 @@ bool UpdateThread::doUpdates(bool force,
         }
 
-        lastFrame = rv->numFrames() + rv->startFrame();
-
         if (U == KstObject::NO_CHANGE) {
           U = KstObject::UPDATE;
@@ -194,9 +191,4 @@ bool UpdateThread::doUpdates(bool force,
   }
 
-  if (lastFrame > 0) {
-    // FIXME: change to an event
-    //emit newFrameMsg(lastFrame);
-  }
-
   if (U == KstObject::NO_CHANGE) { // no need to update further
     return false;





More information about the Kst mailing list