macOS: remove dead code for supporting 10.6 at runtime.

This commit is contained in:
Alex Szpakowski 2022-05-10 17:32:24 -03:00 committed by Sam Lantinga
parent 8ab3ae98f0
commit f871c178b9
10 changed files with 27 additions and 112 deletions

View file

@ -1469,9 +1469,7 @@ extern "C" {
* SDL_WINDOW_RESIZABLE windows will offer the "fullscreen"
* button on their titlebars).
*
* The default value is "1". Spaces are disabled regardless of this hint if
* the OS isn't at least Mac OS X Lion (10.7). This hint must be set before
* any windows are created.
* The default value is "1". This hint must be set before any windows are created.
*/
#define SDL_HINT_VIDEO_MAC_FULLSCREEN_SPACES "SDL_VIDEO_MAC_FULLSCREEN_SPACES"