Remove unused variable

custom
ailurux 1 year ago
parent 79b6c3b393
commit 7c5dae8417
  1. 1
      src/lua/lua_theme.cpp

@ -47,7 +47,6 @@ static auto set_theme(lua_State* L) -> int {
while (lua_next(L, -2) != 0) { while (lua_next(L, -2) != 0) {
// Nesting the second // Nesting the second
int selector = -1; int selector = -1;
lv_style_t* style = NULL;
lua_pushnil(L); // First key lua_pushnil(L); // First key
while (lua_next(L, -2) != 0) { while (lua_next(L, -2) != 0) {
int idx = lua_tointeger(L, -2); int idx = lua_tointeger(L, -2);

Loading…
Cancel
Save