summaryrefslogtreecommitdiff
path: root/src/Fl_Device.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-09-19 15:10:28 +0000
committerManolo Gouy <Manolo>2016-09-19 15:10:28 +0000
commit6b86d9fbafbb79a98d8aeacb285f6499ac451a6f (patch)
tree45cfb7644d4f6e15986072b16e25a7bcf10b61d5 /src/Fl_Device.cxx
parente7642ee999a902992b0585b8fc3661e52be257fe (diff)
Remove static bool Fl_Display_Device::high_resolution() which may not be really useful.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11949 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Device.cxx')
-rw-r--r--src/Fl_Device.cxx5
1 files changed, 0 insertions, 5 deletions
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()
{