summaryrefslogtreecommitdiff
path: root/src/video/cocoa/cocoa_v.h
diff options
context:
space:
mode:
authorMichael Lutz <michi@icosahedron.de>2020-04-10 14:23:11 +0200
committerMichael Lutz <michi@icosahedron.de>2020-04-12 18:44:43 +0200
commit0e5be3887cd6d77a4f6ab1e8a1b23701de7f12e7 (patch)
treec2e80332b5c45ce186b4be8d9c61dbdaca4ced50 /src/video/cocoa/cocoa_v.h
parenta31cbbf67fa4137a349d1818efdd5cf81362f79b (diff)
downloadopenttd-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 'src/video/cocoa/cocoa_v.h')
-rw-r--r--src/video/cocoa/cocoa_v.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video/cocoa/cocoa_v.h b/src/video/cocoa/cocoa_v.h
index 74cdc6946..ee8c29c85 100644
--- a/src/video/cocoa/cocoa_v.h
+++ b/src/video/cocoa/cocoa_v.h
@@ -189,8 +189,6 @@ public:
extern CocoaSubdriver *_cocoa_subdriver;
-CocoaSubdriver *QZ_CreateFullscreenSubdriver(int width, int height, int bpp);
-
#ifdef ENABLE_COCOA_QUARTZ
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4
CocoaSubdriver *QZ_CreateWindowQuartzSubdriver(int width, int height, int bpp);