mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
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:
parent
edab5bb523
commit
9a70457449
1 changed files with 0 additions and 5 deletions
|
|
@ -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 ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue