Module: synfig Branch: master Commit: 2746572ecb1002c12a158d7d209d30bbade38220 URL: http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig;a=commit;h=2746572ecb1002c12a158d7d209d30bbade38220
Author: Carlos Lopez <[email protected]> Date: Wed May 26 19:09:00 2010 +0200 Remove debug info --- synfig-studio/src/gtkmm/splash.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/synfig-studio/src/gtkmm/splash.cpp b/synfig-studio/src/gtkmm/splash.cpp index 25a828e..d952fd1 100644 --- a/synfig-studio/src/gtkmm/splash.cpp +++ b/synfig-studio/src/gtkmm/splash.cpp @@ -183,7 +183,7 @@ Splash::Splash(): int number = 1; if(ran >0.499999) number = 2; - synfig::info("%s", strprintf("%d",number).c_str()); + //synfig::info("%s", strprintf("%d",number).c_str()); splash_image->set(imagepath+"splash_screen"+strprintf("%d",number)+"."IMAGE_EXT); splash_image->set_alignment(0.5,0.5); splash_image->set_padding(0,0); ------------------------------------------------------------------------------ _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
