[Kst] kdeextragear-2/kst/kst

Barth Netterfield netterfield at astro.utoronto.ca
Mon Nov 29 23:13:21 CET 2004


CVS commit by netterfield: 

delete debugging lines...


  M +0 -4      kstgraphfiledialog_i.cpp   1.18


--- kdeextragear-2/kst/kst/kstgraphfiledialog_i.cpp  #1.17:1.18
@@ -17,6 +17,4 @@
  ***************************************************************************/
 
-#include <stdio.h>
-
 // include files for Qt
 #include <qcheckbox.h>
@@ -44,5 +42,4 @@ KstGraphFileDialogI::KstGraphFileDialogI
   _autoSaveTimer = new QTimer(this);
 
-  printf("creating graph file dialog\n");
   connect(_autoSaveTimer, SIGNAL(timeout()),      this, SLOT(reqGraphFile()));
   connect(_ok,            SIGNAL(clicked()),      this, SLOT(ok_I()));
@@ -58,5 +55,4 @@ KstGraphFileDialogI::KstGraphFileDialogI
 
   applyAutosave();
-  printf("done creating graph file dialog\n");
 
 }





More information about the Kst mailing list