[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Mon Apr 4 17:10:25 CEST 2005


CVS commit by staikos: 

these are unneeded now


  M +0 -10     kstequation.cpp   1.35
  M +0 -3      kstequation.h   1.11


--- kdeextragear-2/kst/kst/kstequation.cpp  #1.34:1.35
@@ -142,9 +142,4 @@ KstEquation::~KstEquation() {
 
 
-bool KstEquation::loadInputs() {
-  return KstDataObject::loadInputs();
-}
-
-
 void KstEquation::commonConstructor(const QString& in_tag, const QString& in_equation) {
   _ns = 2;
@@ -320,9 +315,4 @@ void KstEquation::setTagName(const QStri
 
 
-bool KstEquation::slaveVectorsUsed() const {
-  return false;
-}
-
-
 /************************************************************************/
 /*                                                                      */

--- kdeextragear-2/kst/kst/kstequation.h  #1.10:1.11
@@ -50,5 +50,4 @@ class KstEquation : public KstDataObject
     KstVectorPtr vY() const { return *_yVector; }
 
-    virtual bool slaveVectorsUsed() const;
     bool doInterp() const { return _doInterp; }
 
@@ -57,6 +56,4 @@ class KstEquation : public KstDataObject
     virtual void setTagName(const QString& tag);
 
-    virtual bool loadInputs();
-
     virtual void _showDialog();
 




More information about the Kst mailing list