diff --git a/src/openrct2-ui/windows/Cheats.cpp b/src/openrct2-ui/windows/Cheats.cpp index a4b1742b27..0b36022c99 100644 --- a/src/openrct2-ui/windows/Cheats.cpp +++ b/src/openrct2-ui/windows/Cheats.cpp @@ -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;