From 5ee9514791bcacf93abd43363af6a5f240b84391 Mon Sep 17 00:00:00 2001 From: Ilari Liusvaara Date: Sat, 10 May 2014 11:28:11 +0300 Subject: [PATCH] Don't extern lsnes_lua_state, it is only used in one file --- include/lua/internal.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/lua/internal.hpp b/include/lua/internal.hpp index 577380cb..6d22b0c7 100644 --- a/include/lua/internal.hpp +++ b/include/lua/internal.hpp @@ -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;