mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-14 13:21:34 +00:00
Remove debug leftovers
This commit is contained in:
parent
23602c2870
commit
662d5730f7
@ -170,10 +170,6 @@ struct Dialog {
|
||||
void unrefShow()
|
||||
{
|
||||
if (showRef != LUA_REFNIL) {
|
||||
int status = lua_status(this->L);
|
||||
TRACE("status: %d %d\n", showRef, status);
|
||||
|
||||
// this->L
|
||||
luaL_unref(this->L, LUA_REGISTRYINDEX, showRef);
|
||||
luaL_unref(this->L, LUA_REGISTRYINDEX, dlgStateRef);
|
||||
showRef = LUA_REFNIL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user