diff options
| -rw-r--r-- | FL/Fl_Device.H | 1 | ||||
| -rw-r--r-- | src/Fl_Device.cxx | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/FL/Fl_Device.H b/FL/Fl_Device.H index 22328ddd9..fd368c03e 100644 --- a/FL/Fl_Device.H +++ b/FL/Fl_Device.H @@ -83,7 +83,6 @@ class FL_EXPORT Fl_Display_Device : public Fl_Surface_Device { Fl_Display_Device(Fl_Graphics_Driver *graphics_driver); public: static Fl_Display_Device *display_device(); - static bool high_resolution(); }; /** diff --git a/src/Fl_Device.cxx b/src/Fl_Device.cxx index 348d00e45..430aa2bf5 100644 --- a/src/Fl_Device.cxx +++ b/src/Fl_Device.cxx @@ -78,11 +78,6 @@ Fl_Display_Device *Fl_Display_Device::display_device() { return display; }; -/** Returns whether the drawing system is currently targetted to a high resolution display */ -bool Fl_Display_Device::high_resolution() -{ - return Fl_Display_Device::display_device()->driver()->high_resolution(); -} Fl_Surface_Device *Fl_Surface_Device::default_surface() { |
