[Kst] extragear/graphics/kst/src

Duncan Hanson duncan.hanson at gmail.com
Mon Jun 26 18:21:30 CEST 2006


SVN commit 555188 by dhanson:

BUG129168: remove KstPSDGenerator

 M  +0 -1      libkstapp/kstiface_impl.cpp  
 M  +0 -1      libkstmath/Makefile.am  
 M  +0 -1      libkstmath/kstcsd.h  
 M  +0 -1      libkstmath/kstpsd.cpp  
 M  +0 -1      libkstmath/kstpsd.h  
 D             libkstmath/kstpsdgenerator.cpp  
 D             libkstmath/kstpsdgenerator.h  
 M  +1 -4      libkstmath/psdcalculator.h  


--- trunk/extragear/graphics/kst/src/libkstapp/kstiface_impl.cpp #555187:555188
@@ -36,7 +36,6 @@
 #include "kstimage.h"
 #include "kstplugin.h"
 #include "kstpsd.h"
-#include "kstpsdgenerator.h"
 #include "psdcalculator.h"
 #include "kstrmatrix.h"
 #include "kstrvector.h"
--- trunk/extragear/graphics/kst/src/libkstmath/Makefile.am #555187:555188
@@ -26,7 +26,6 @@
 	kstequation.cpp \
 	kstcurvehint.cpp \
 	kstplugin.cpp \
-	kstpsdgenerator.cpp \
 	fftsg_h.c \
 	enodes.cpp \
 	enodefactory.cpp \
--- trunk/extragear/graphics/kst/src/libkstmath/kstcsd.h #555187:555188
@@ -23,7 +23,6 @@
 
 #include "kstdataobject.h"
 #include "psdcalculator.h"
-#include "kstpsdgenerator.h"
 #include "kst_export.h"
 
 
--- trunk/extragear/graphics/kst/src/libkstmath/kstpsd.cpp #555187:555188
@@ -32,7 +32,6 @@
 #include "kstdatacollection.h"
 #include "kstdebug.h"
 #include "kstpsd.h"
-#include "kstpsdgenerator.h"
 #include "psdcalculator.h"
 #include "kstobjectdefaults.h"
 
--- trunk/extragear/graphics/kst/src/libkstmath/kstpsd.h #555187:555188
@@ -23,7 +23,6 @@
 #define KSTPSD_H
 
 #include "kstdataobject.h"
-#include "kstpsdgenerator.h"
 #include "psdcalculator.h"
 #include "kst_export.h"
 
--- trunk/extragear/graphics/kst/src/libkstmath/psdcalculator.h #555187:555188
@@ -21,9 +21,7 @@
 #ifndef PSDCALCULATOR_H
 #define PSDCALCULATOR_H
 
-#include "kstpsdgenerator.h" //FIXME: remove this and uncomment below when we remove KstPSDGenerator
-
-/*// the following should reflect the PSD type order in fftoptionswidget.ui
+// the following should reflect the PSD type order in fftoptionswidget.ui
 enum PSDType {
   PSDUndefined = -1,
   PSDAmplitudeSpectralDensity = 0,
@@ -46,7 +44,6 @@
   WindowWelch = 8,
   WindowUniform = 9
 };
-*/
 
 
 class PSDCalculator {


More information about the Kst mailing list