From 7e05ea8827d59fa397312332ffcac2c56df211ef Mon Sep 17 00:00:00 2001 From: Benitoite Date: Wed, 2 Aug 2017 12:21:28 -0700 Subject: [PATCH] Update main.cc --- rtgui/main.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/rtgui/main.cc b/rtgui/main.cc index 5a0322973..10cbe72b1 100644 --- a/rtgui/main.cc +++ b/rtgui/main.cc @@ -255,9 +255,6 @@ RTWindow *create_rt_window() Gtk::Settings::get_for_screen(screen)->property_gtk_application_prefer_dark_theme() = true; #if defined(__APPLE__) - double resolution = screen->get_resolution (); - printf("Screen resolution is %.1f", (float)resolution); - // This will force screen resolution regarding font, but I don't think it's compliant with Gtk guidelines... // Do not confuse with screen scaling, where everything is scaled up ! screen->set_resolution (96.);