[Kst] extragear/graphics/kst/kst/extensions/js

George Staikos staikos at kde.org
Wed Nov 9 02:42:44 CET 2005


SVN commit 479060 by staikos:

remove unused object


 M  +0 -2      js.cpp  


--- trunk/extragear/graphics/kst/kst/extensions/js/js.cpp #479059:479060
@@ -44,7 +44,6 @@
 
 #include "bind_arrow.h"
 #include "bind_box.h"
-#include "bind_cubicbezier.h"
 #include "bind_curve.h"
 #include "bind_datamatrix.h"
 #include "bind_datasource.h"
@@ -146,7 +145,6 @@
   new KstBindBox(exec, &globalObj);
   new KstBindEllipse(exec, &globalObj);
   new KstBindPicture(exec, &globalObj);
-  new KstBindCubicBezier(exec, &globalObj);
   new KstBindArrow(exec, &globalObj);
 
   new KstBindWindow(exec, &globalObj);


More information about the Kst mailing list