From 9a704574490e788abdfc1881e4c47eff382a665d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 9 Apr 2008 21:12:03 +0000 Subject: remove debugging info about screen size git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3242 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/ardour_ui.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc index 829a7df6ad..62916e2f09 100644 --- a/gtk2_ardour/ardour_ui.cc +++ b/gtk2_ardour/ardour_ui.cc @@ -3359,11 +3359,6 @@ ARDOUR_UI::TransportControllable::set_id (const string& str) void ARDOUR_UI::setup_profile () { - cerr << "GDK screen dimensions: " - << gdk_screen_width() << " x " - << gdk_screen_height() - << endl; - if (gdk_screen_width() < 1200) { Profile->set_small_screen (); } -- cgit v1.2.3