mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-22 06:41:08 +00:00
Remove unused variable
This commit is contained in:
parent
9f23f0be55
commit
83285d1717
@ -40,7 +40,6 @@ void run_mt_index_code(lua_State* L)
|
||||
if (luaL_loadbuffer(L, mt_index_code, sizeof(mt_index_code)-1, "internal") ||
|
||||
lua_pcall(L, 0, 0, 0)) {
|
||||
// Error case
|
||||
std::string err;
|
||||
const char* s = lua_tostring(L, -1);
|
||||
if (s)
|
||||
std::puts(s);
|
||||
|
Loading…
x
Reference in New Issue
Block a user