[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Mon Apr 4 08:36:29 CEST 2005


CVS commit by staikos: 

These paints were supposed to have been removed.  Meanwhile I think the whole
view link in here needs to go


  M +0 -6      kst2dplot.cpp   1.388


--- kdeextragear-2/kst/kst/kst2dplot.cpp  #1.387:1.388
@@ -4181,5 +4181,4 @@ void Kst2DPlot::moveUp(KstViewWidget *vi
     pushScale();
     setDirty();
-    view->paint();
   }
 }
@@ -4193,11 +4192,8 @@ void Kst2DPlot::moveDown(KstViewWidget *
     pushScale();
     setDirty();
-    view->paint();
   }
 }
 
 void Kst2DPlot::moveToNextMarker(KstViewWidget *view) {
-  Q_UNUSED(view)
-
   double newCenter, currCenter;
   double xmin, xmax, ymin, ymax;
@@ -4230,6 +4226,4 @@ void Kst2DPlot::moveToNextMarker(KstView
 
 void Kst2DPlot::moveToPrevMarker(KstViewWidget *view) {
-  Q_UNUSED(view)
-
   double newCenter, currCenter;
   double xmin, xmax, ymin, ymax;




More information about the Kst mailing list