Removed some dead/useless joystick code

This commit is contained in:
Alex Szpakowski
2013-08-26 18:18:07 -03:00
parent 6ade6225df
commit 390a47099e
5 changed files with 0 additions and 25 deletions
@@ -35,7 +35,6 @@ namespace sdl
int w_getJoysticks(lua_State *L);
int w_getIndex(lua_State *L);
int w_getJoystickCount(lua_State *L);
int w_isGamepad(lua_State *L);
int w_setGamepadMapping(lua_State *L);
int w_getGamepadMapping(lua_State *L);
extern "C" LOVE_EXPORT int luaopen_love_joystick(lua_State *L);