summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ();
}