From: Steinar H. Gunderson Date: Sun, 22 Nov 2015 20:25:24 +0000 (+0100) Subject: Remove an unused variable. X-Git-Tag: 1.0.0~93 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=ce9769a55abaa13242fdeda3b4ef356b74699387 Remove an unused variable. --- diff --git a/theme.cpp b/theme.cpp index 53a96d2..cfb9527 100644 --- a/theme.cpp +++ b/theme.cpp @@ -37,8 +37,6 @@ extern Mixer *global_mixer; namespace { -vector live_inputs; - class LuaRefWithDeleter { public: LuaRefWithDeleter(mutex *m, lua_State *L, int ref) : m(m), L(L), ref(ref) {}