[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Tue Sep 21 18:19:50 CEST 2004


CVS commit by staikos: 

unused


  M +0 -1      kstrvector.cpp   1.56
  M +0 -5      kstvector.h   1.54


--- kdeextragear-2/kst/kst/kstrvector.cpp  #1.55:1.56
@@ -107,5 +107,4 @@ void KstRVector::commonRVConstructor(Kst
                                      bool in_DoAve) {
   _numSamples = 0;
-  NumUsed = 0;
   _scalars["sum"]->setValue(0.0);
   _scalars["sumsquared"]->setValue(0.0);

--- kdeextragear-2/kst/kst/kstvector.h  #1.53:1.54
@@ -148,7 +148,4 @@ class KstVector : public KstObject {
     int NumNew;
 
-    /** How many Curves are using this file */
-    int NumUsed;
-
     /** Statistics Scalars */
     QDict<KstScalar> _scalars;
@@ -168,6 +165,4 @@ class KstVector : public KstObject {
     friend class KstDataObject;
     virtual double* realloced(double *memptr, int newSize, bool bNew = false);
-    
-  private:
 };
 





More information about the Kst mailing list