From ce9769a55abaa13242fdeda3b4ef356b74699387 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 22 Nov 2015 21:25:24 +0100 Subject: [PATCH] Remove an unused variable. --- theme.cpp | 2 -- 1 file changed, 2 deletions(-) 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) {} -- 2.39.2