[Kst] branches/work/kst/pluginify/kst/src/plugins/linefit

Adam Treat treat at kde.org
Thu Sep 14 17:58:26 CEST 2006


SVN commit 584380 by treat:

* I don't think this is needed at this point.


 M  +0 -4      linefitplugin.cpp  
 M  +1 -1      linefitplugin.h  


--- branches/work/kst/pluginify/kst/src/plugins/linefit/linefitplugin.cpp #584379:584380
@@ -46,10 +46,6 @@
 LineFit::~LineFit() {
 }
 
-bool LineFit::isValid() const {
-  return true; //FIXME this is very clearly wrong
-}
-
 KstObject::UpdateType LineFit::update(int updateCounter) {
   bool force = dirty();
   setDirty(false);
--- branches/work/kst/pluginify/kst/src/plugins/linefit/linefitplugin.h #584379:584380
@@ -75,7 +75,7 @@
 //   virtual void writeLock() const;
 //   virtual void unlock() const;
 //
-  virtual bool isValid() const;
+//   virtual bool isValid() const;
 //
 //   virtual const KstCurveHintList* curveHints() const;
 //


More information about the Kst mailing list