summaryrefslogtreecommitdiff
path: root/src/video/cocoa/cocoa_v.h
diff options
context:
space:
mode:
authorMichael Lutz <michi@icosahedron.de>2020-12-26 16:07:54 +0100
committerMichael Lutz <michi@icosahedron.de>2021-01-03 13:25:32 +0100
commit7bdaabf5f126edd58f3ddb14c71bb4ed2230bf27 (patch)
tree0af7d9fa3fc41680be68fcb884f47e8b976e7617 /src/video/cocoa/cocoa_v.h
parenta61a7416836ec021f522720940265d2b67dedb08 (diff)
downloadopenttd-7bdaabf5f126edd58f3ddb14c71bb4ed2230bf27.tar.xz
Cleanup: [OSX] Remove cargo cult back-buffer alpha setting on show/hide and instead simply initialise the buffer on allocation.
Diffstat (limited to 'src/video/cocoa/cocoa_v.h')
-rw-r--r--src/video/cocoa/cocoa_v.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/video/cocoa/cocoa_v.h b/src/video/cocoa/cocoa_v.h
index 0944424e8..db970d979 100644
--- a/src/video/cocoa/cocoa_v.h
+++ b/src/video/cocoa/cocoa_v.h
@@ -180,9 +180,6 @@ public:
*/
virtual bool IsActive() = 0;
- /** Makes the *game region* of the window 100% opaque. */
- virtual void SetPortAlphaOpaque() { return; };
-
/** Whether the window was successfully resized
* @return whether the window was successfully resized
*/