remove debugging info about screen size

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3242 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2008-04-09 21:12:03 +00:00
parent edab5bb523
commit 9a70457449

View file

@ -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 ();
}