diff options
author | Michael Lutz <michi@icosahedron.de> | 2020-04-10 14:21:54 +0200 |
---|---|---|
committer | Michael Lutz <michi@icosahedron.de> | 2020-04-12 18:44:43 +0200 |
commit | a31cbbf67fa4137a349d1818efdd5cf81362f79b (patch) | |
tree | 4a49eb32c775aaf3b9ba12d85b4e97c84cec271d /source.list | |
parent | 9d7ad67c1d0577a091c09eb7e0ac2b1b7bc12d3a (diff) | |
download | openttd-a31cbbf67fa4137a349d1818efdd5cf81362f79b.tar.xz |
Remove: [OSX] QuickDraw video subdriver used for OSX versions up to 10.4.
Since the C++11 move, getting OpenTTD to compile and run for anything
below 10.7 basically requires building a custom compiler and libc++.
Also, the QuickDraw subdriver crashes on more modern OSX version. While this
is fixable, keeping the driver around is probably pointless.
Diffstat (limited to 'source.list')
-rw-r--r-- | source.list | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source.list b/source.list index fd68c010e..a4780f2ef 100644 --- a/source.list +++ b/source.list @@ -1173,7 +1173,6 @@ sound/null_s.cpp video/cocoa/event.mm video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm - video/cocoa/wnd_quickdraw.mm music/cocoa_m.cpp sound/cocoa_s.cpp os/macosx/splash.cpp |