Remove remnants of SDLK_ stuff, we use scancodes now not keycodes

(Apparently SDLK_LMETA/SDLK_RMETA don't exist anymore in SDL2 anyway?)
This commit is contained in:
Monster Iestyn 2016-11-22 22:41:02 +00:00
parent 1606a45b18
commit 153ba39f19
1 changed files with 0 additions and 8 deletions

View File

@ -33,14 +33,6 @@
#pragma warning(default : 4214 4244)
#endif
#if SDL_VERSION_ATLEAST(1,3,0)
#define SDLK_EQUALS SDLK_KP_EQUALSAS400
#define SDLK_LMETA SDLK_LGUI
#define SDLK_RMETA SDLK_RGUI
#else
#define HAVE_SDLMETAKEYS
#endif
#ifdef HAVE_TTF
#include "i_ttf.h"
#endif