[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Thu Sep 9 03:41:17 CEST 2004


CVS commit by staikos: 

unnecessary


  M +1 -2      kstvcurve.cpp   1.44


--- kdeextragear-2/kst/kst/kstvcurve.cpp  #1.43:1.44
@@ -49,6 +49,5 @@ KstVCurve::KstVCurve(QDomElement &e)
 : KstBaseCurve(e) {
   QString in_tag, xname, yname, exname, eyname;
-  int dummy = -1;
-  QColor in_color(KstColorSequence::next(dummy));
+  QColor in_color(KstColorSequence::next(-1));
 
   setHasPoints(false);





More information about the Kst mailing list