diff options
author | Michael Lutz <michi@icosahedron.de> | 2020-04-10 14:23:11 +0200 |
---|---|---|
committer | Michael Lutz <michi@icosahedron.de> | 2020-04-12 18:44:43 +0200 |
commit | 0e5be3887cd6d77a4f6ab1e8a1b23701de7f12e7 (patch) | |
tree | c2e80332b5c45ce186b4be8d9c61dbdaca4ced50 /source.list | |
parent | a31cbbf67fa4137a349d1818efdd5cf81362f79b (diff) | |
download | openttd-0e5be3887cd6d77a4f6ab1e8a1b23701de7f12e7.tar.xz |
Remove: [OSX] Old fullscreen subdriver for pre 10.7 systems.
Since the move to C++11, building for pre 10.7 is not possible with the native
Apple tools. Also, due to bitrot, the file doesn't even compile anymore. While
this could be fixed, it shows that this subdriver is basically never used anymore.
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 a4780f2ef..0143bd952 100644 --- a/source.list +++ b/source.list @@ -1171,7 +1171,6 @@ sound/null_s.cpp #if COCOA video/cocoa/cocoa_v.mm video/cocoa/event.mm - video/cocoa/fullscreen.mm video/cocoa/wnd_quartz.mm music/cocoa_m.cpp sound/cocoa_s.cpp |