diff --git a/src/controllers/plugins/LuaApi.cpp b/src/controllers/plugins/LuaApi.cpp index 42b406fcc..0f2aaf079 100644 --- a/src/controllers/plugins/LuaApi.cpp +++ b/src/controllers/plugins/LuaApi.cpp @@ -102,7 +102,6 @@ int c2_system_msg(lua_State *L) return 1; } -static const QChar REPLACEMENT_CHARACTER = QChar(0xFFFD); int g_load(lua_State *L) { auto countArgs = lua_gettop(L);