summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-04-09 21:12:03 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-04-09 21:12:03 +0000
commit9a704574490e788abdfc1881e4c47eff382a665d (patch)
treed3d6d53d661f452c5ea58b71e214a8ef502864f3
parentedab5bb5239573559aaccb7ce9afffac5435f496 (diff)
remove debugging info about screen size
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3242 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--gtk2_ardour/ardour_ui.cc5
1 files changed, 0 insertions, 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 ();
}