Don't extern lsnes_lua_state, it is only used in one file

This commit is contained in:
Ilari Liusvaara 2014-05-10 11:28:11 +03:00
parent c84a8125c9
commit 5ee9514791

View file

@ -11,7 +11,6 @@
#include "library/lua-params.hpp"
#include "library/lua-framebuffer.hpp"
extern lua::state lsnes_lua_state;
extern lua::function_group lua_func_bit;
extern lua::function_group lua_func_misc;
extern lua::function_group lua_func_load;