mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-07 09:56:59 +00:00
Avoid unused var in release mode
This commit is contained in:
parent
c12fd2a5f4
commit
f66d355249
@ -110,7 +110,9 @@ Engine::Engine()
|
||||
, m_delegate(nullptr)
|
||||
, m_printLastResult(false)
|
||||
{
|
||||
#if _DEBUG
|
||||
int top = lua_gettop(L);
|
||||
#endif
|
||||
|
||||
// Standard Lua libraries
|
||||
luaL_requiref(L, LUA_GNAME, luaopen_base, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user