aboutsummaryrefslogtreecommitdiff
path: root/src/reg.c
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2025-11-02 06:24:32 -0600
committeramelia squires <[email protected]>2025-11-02 06:24:32 -0600
commit3388cce02f3d024b5476b8001664afbbb133db11 (patch)
treefffb4b9d0c1c9ab3d3c6a3b8587c298c0d516151 /src/reg.c
parent8fe2be29be9637f043ec83ed51788ca969798f68 (diff)
unused var
Diffstat (limited to 'src/reg.c')
-rw-r--r--src/reg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/reg.c b/src/reg.c
index 58acc40..b90e03d 100644
--- a/src/reg.c
+++ b/src/reg.c
@@ -51,7 +51,6 @@ int luaopen_lullaby(lua_State* L) {
luaI_tsets(L, top, "version", GIT_COMMIT);
lua_pushvalue(L, top);
- int idx = i_config_metatable(L, lullaby_config);
lua_settop(L, top);
return 1;