summaryrefslogtreecommitdiff
path: root/src/video/cocoa/CMakeLists.txt
diff options
context:
space:
mode:
authorMichael Lutz <michi@icosahedron.de>2021-02-06 20:22:37 +0100
committerMichael Lutz <michi@icosahedron.de>2021-02-13 22:21:17 +0100
commit94b76ce9a4ec8280f65ff289c637ea739514fb9d (patch)
tree011ef54821862a38c078625965ec133ef419221a /src/video/cocoa/CMakeLists.txt
parent23389e949169ee65ca2b53cb09c11f6d4ce2bd67 (diff)
downloadopenttd-94b76ce9a4ec8280f65ff289c637ea739514fb9d.tar.xz
Cleanup: [OSX] Move event loop into video driver file.
Diffstat (limited to 'src/video/cocoa/CMakeLists.txt')
-rw-r--r--src/video/cocoa/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video/cocoa/CMakeLists.txt b/src/video/cocoa/CMakeLists.txt
index 8bcc6b2e0..968a98a91 100644
--- a/src/video/cocoa/CMakeLists.txt
+++ b/src/video/cocoa/CMakeLists.txt
@@ -4,6 +4,5 @@ add_files(
cocoa_v.mm
cocoa_wnd.h
cocoa_wnd.mm
- event.mm
CONDITION APPLE
)