summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lua/lua_theme.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lua/lua_theme.cpp b/src/lua/lua_theme.cpp
index d7f099cc..72434d97 100644
--- a/src/lua/lua_theme.cpp
+++ b/src/lua/lua_theme.cpp
@@ -47,7 +47,6 @@ static auto set_theme(lua_State* L) -> int {
while (lua_next(L, -2) != 0) {
// Nesting the second
int selector = -1;
- lv_style_t* style = NULL;
lua_pushnil(L); // First key
while (lua_next(L, -2) != 0) {
int idx = lua_tointeger(L, -2);