[GRASS-SVN] r35953 - grass/branches/develbranch_6/gui/wxpython/nviz

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 19 12:34:02 EST 2009


Author: martinl
Date: 2009-02-19 12:34:01 -0500 (Thu, 19 Feb 2009)
New Revision: 35953

Modified:
   grass/branches/develbranch_6/gui/wxpython/nviz/init.cpp
Log:
comment G_set_percent_routine (not backported yet)


Modified: grass/branches/develbranch_6/gui/wxpython/nviz/init.cpp
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/nviz/init.cpp	2009-02-19 17:28:06 UTC (rev 35952)
+++ grass/branches/develbranch_6/gui/wxpython/nviz/init.cpp	2009-02-19 17:34:01 UTC (rev 35953)
@@ -35,7 +35,7 @@
     logStream = log;
 
     G_set_error_routine(&print_error);
-    G_set_percent_routine(&print_percent);
+    // G_set_percent_routine(&print_percent);
 
     GS_libinit();
     GVL_libinit();
@@ -53,7 +53,7 @@
 Nviz::~Nviz()
 {
     G_unset_error_routine();
-    G_unset_percent_routine();
+    // G_unset_percent_routine();
 
     G_free((void *) data);
 



More information about the grass-commit mailing list