1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 07:14:31 +01:00

Remove dead defines

This commit is contained in:
Ethan O'Brien
2025-01-09 15:19:01 -06:00
parent e384134898
commit 1a7251d46f
3 changed files with 2 additions and 10 deletions

View File

@@ -19,10 +19,6 @@
#include <openrct2/core/String.hpp>
#include <openrct2/core/UTF8.h>
#ifdef __EMSCRIPTEN__
#include <emscripten.h>
#endif
#ifdef __MACOSX__
// macOS uses COMMAND rather than CTRL for many keyboard shortcuts
#define KEYBOARD_PRIMARY_MODIFIER KMOD_GUI