diff options
| -rw-r--r-- | CMake/options.cmake | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/CMake/options.cmake b/CMake/options.cmake index 3784314d4..1fa80c672 100644 --- a/CMake/options.cmake +++ b/CMake/options.cmake @@ -71,17 +71,6 @@ if (UNIX) endif (UNIX) ####################################################################### -## Add a TEMPORARY OPTION to enable high-DPI support under Windows. -## May be removed once high-DPI support under Windows is complete. -####################################################################### -if (WIN32) - option(OPTION_HIDPI "build with experimental high-DPI support" OFF) - if (OPTION_HIDPI) - add_definitions("-DFLTK_HIDPI_SUPPORT") - endif (OPTION_HIDPI) -endif (WIN32) - -####################################################################### if (APPLE) option (OPTION_APPLE_X11 "use X11" OFF) option (OPTION_APPLE_SDL "use SDL" OFF) |
