]> git.sesse.net Git - nageru/commitdiff
Remove an unused variable.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 22 Nov 2015 20:25:24 +0000 (21:25 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 22 Nov 2015 20:25:24 +0000 (21:25 +0100)
theme.cpp

index 53a96d2475ac38d929edc97fad201a69cd589358..cfb9527f0dc97b6ad58324197fbac7e8afb70290 100644 (file)
--- a/theme.cpp
+++ b/theme.cpp
@@ -37,8 +37,6 @@ extern Mixer *global_mixer;
 
 namespace {
 
-vector<LiveInputWrapper *> live_inputs;
-
 class LuaRefWithDeleter {
 public:
        LuaRefWithDeleter(mutex *m, lua_State *L, int ref) : m(m), L(L), ref(ref) {}