[Kst] extragear/graphics/kst/kst

George Staikos staikos at kde.org
Sat May 21 01:50:45 CEST 2005


SVN commit 416273 by staikos:

no need to search for something that isn't there


 M  +1 -3      trunk/extragear/graphics/kst/kst/kstiface_impl.cpp  


--- trunk/extragear/graphics/kst/kst/kstiface_impl.cpp #416272:416273
@@ -1216,8 +1216,6 @@
   KST::vectorList.lock().readLock();
   KstVectorPtr vx = *KST::vectorList.findTag(histogram->xVTag());
   KstVectorPtr vy = *KST::vectorList.findTag(histogram->yVTag());
-  KstVectorPtr ex = *KST::vectorList.findTag("");
-  KstVectorPtr ey = *KST::vectorList.findTag("");
   KST::vectorList.lock().readUnlock();
 
   KST::dataObjectList.lock().readLock();
@@ -1226,7 +1224,7 @@
   }
   KST::dataObjectList.lock().readUnlock();
 
-  KstVCurvePtr c = new KstVCurve(n, vx, vy, ex, ey, ex, ey, color);
+  KstVCurvePtr c = new KstVCurve(n, vx, vy, 0L, 0L, 0L, 0L, color);
   c->setHasPoints(false);
   c->setHasLines(false);
   c->setHasBars(true);


More information about the Kst mailing list