1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 20:43:04 +01:00

Remove _cursors, no longer used

This commit is contained in:
Ted John
2016-10-11 20:06:36 +01:00
parent 33a6c4fce3
commit a08052ecb9

View File

@@ -58,7 +58,6 @@ uint32 gPaletteHWMapped[256];
bool gSteamOverlayActive = false;
static SDL_Cursor* _cursors[CURSOR_COUNT];
static const int _fullscreen_modes[] = { 0, SDL_WINDOW_FULLSCREEN, SDL_WINDOW_FULLSCREEN_DESKTOP };
static unsigned int _lastGestureTimestamp;
static float _gestureRadius;