From bda9ae13be15084cbfe57a50da632ddd8b8af843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Thu, 31 May 2018 00:22:37 +0200 Subject: [PATCH] Remove obsolete defines Replaced already by constexprs --- src/openrct2/platform/platform.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/openrct2/platform/platform.h b/src/openrct2/platform/platform.h index 785e7a90b7..a74fd1bf4a 100644 --- a/src/openrct2/platform/platform.h +++ b/src/openrct2/platform/platform.h @@ -29,8 +29,6 @@ struct rct2_install_info; #define INVALID_HANDLE -1 -#define TOUCH_DOUBLE_TIMEOUT 300 - #ifdef _WIN32 #define PATH_SEPARATOR "\\" #define PLATFORM_NEWLINE "\r\n" @@ -39,11 +37,6 @@ struct rct2_install_info; #define PLATFORM_NEWLINE "\n" #endif -#define SHIFT 0x100 -#define CTRL 0x200 -#define ALT 0x400 -#define CMD 0x800 - struct resolution_t { sint32 width, height; };