[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Tue Apr 5 19:48:58 CEST 2005


CVS commit by staikos: 

remove "FIXME" and use #if 0 to make enabling/disabling easier


  M +6 -4      main.cpp   1.110


--- kdeextragear-2/kst/kst/main.cpp  #1.109:1.110
@@ -391,8 +391,10 @@ int main(int argc, char *argv[]) {
     bool print_and_exit = false;
 
-    // FIXME: test code
-    // KstVectorPtr tmpv;
-//     tmpv = new KstSVector(-5,5,100,"tmpV");
-//     KST::addVectorToList( tmpv );
+    // test code
+#if 0
+    KstVectorPtr tmpv;
+    tmpv = new KstSVector(-5,5,100,"tmpV");
+    KST::addVectorToList( tmpv );
+#endif
     // end test code...
 




More information about the Kst mailing list