diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-03-28 16:34:04 +1100 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2024-03-28 16:34:04 +1100 |
| commit | 7c5dae84175aa750ca1b8beeb066f5607ca73181 (patch) | |
| tree | d6b380746fb011c46c1c1aa2946005c6971a9c4e /src/lua/lua_theme.cpp | |
| parent | 79b6c3b393a1ff351b437ef59b2a4e472da0c38c (diff) | |
| download | tangara-fw-7c5dae84175aa750ca1b8beeb066f5607ca73181.tar.gz | |
Remove unused variable
Diffstat (limited to 'src/lua/lua_theme.cpp')
| -rw-r--r-- | src/lua/lua_theme.cpp | 1 |
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); |
