summaryrefslogtreecommitdiff
path: root/src/video/cocoa/cocoa_v.h
diff options
context:
space:
mode:
authorMichael Lutz <michi@icosahedron.de>2021-01-03 22:14:03 +0100
committerMichael Lutz <michi@icosahedron.de>2021-01-03 22:24:04 +0100
commit979b4af6cae925e7426ab9e4b4c5bdc9084545fd (patch)
tree9e85b1855d43464edcc9d45e8937fca3eef34afe /src/video/cocoa/cocoa_v.h
parent6e8be3b03ea9ed68f4d76f42256c9745e7088d02 (diff)
downloadopenttd-979b4af6cae925e7426ab9e4b4c5bdc9084545fd.tar.xz
Revert 4ce53cb8: [OSX] Delayed fullscreen switch is not needed anymore.
The fix for #8067 solves the real issue, making this workaround unneeded.
Diffstat (limited to 'src/video/cocoa/cocoa_v.h')
-rw-r--r--src/video/cocoa/cocoa_v.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video/cocoa/cocoa_v.h b/src/video/cocoa/cocoa_v.h
index f3e484b01..f5d175640 100644
--- a/src/video/cocoa/cocoa_v.h
+++ b/src/video/cocoa/cocoa_v.h
@@ -18,7 +18,6 @@ extern bool _cocoa_video_started;
class VideoDriver_Cocoa : public VideoDriver {
private:
- bool fullscreen_on_mainloop; ///< Switch to fullscreen once the main loop is running?
Dimension orig_res; ///< Saved window size for non-fullscreen mode.
public: