Module: synfig
Branch: master
Commit: 3ca13d335d0de62fcf8bd817055848c8b15bf0c2
URL:    
http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig;a=commit;h=3ca13d335d0de62fcf8bd817055848c8b15bf0c2

Author: Carlos Lopez <[email protected]>
Date:   Wed May 12 21:05:02 2010 +0200

Remove debug info

---

 synfig-studio/src/gtkmm/app.cpp |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/synfig-studio/src/gtkmm/app.cpp b/synfig-studio/src/gtkmm/app.cpp
index 6a3e73e..dc85ffd 100644
--- a/synfig-studio/src/gtkmm/app.cpp
+++ b/synfig-studio/src/gtkmm/app.cpp
@@ -1773,8 +1773,6 @@ App::reset_initial_window_configuration()
        // was introduced in gtkmm 2.20 I assume that the monitor 0 is the
        // primary one.
        screen->get_monitor_geometry(0,rect);
-       synfig::info("x=%d, y=%d, w=%d, h=%d",
-               rect.get_x(),rect.get_y(), rect.get_width(), rect.get_height());
 #define hpanel_width 79
 #define hpanel_height 25
 #define vpanel_width 20
@@ -1812,8 +1810,6 @@ App::reset_initial_window_configuration()
        int v_ysize=rect.get_height()*vpanel_height/100;
        std::string v_pos(strprintf("%d %d", v_xpos, v_ypos));
        std::string v_size(strprintf("%d %d", v_xsize, v_ysize));
-       synfig::info(v_pos);
-       synfig::info(v_size);
 // Horizontal Panel
        int h_xpos=rect.get_x();
        int h_xsize=rect.get_width()*hpanel_width/100;


------------------------------------------------------------------------------

_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to