1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00

Remove unused constant TAB_HEIGHT in Cheats.cpp (#12838)

This commit is contained in:
Nils Caspar
2020-09-01 13:58:06 -07:00
committed by GitHub
parent 55722a7ad4
commit ae81ed63cc

View File

@@ -187,7 +187,6 @@ static constexpr ScreenSize CHEAT_SPINNER = {117, 14};
static constexpr ScreenSize MINMAX_BUTTON = {55, 17};
static constexpr const int32_t TAB_WIDTH = 31;
static constexpr const int32_t TAB_HEIGHT = 27;
static constexpr const int32_t TAB_START = 3;