X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=theme.lua;h=401cbd9b842d822d74d0fbbbd2f437e630e3e95e;hb=c094b73565559282001764edfbf0f4926d3197fb;hp=12636ae8942d14db23042386c195d927183123ad;hpb=51c77a0d3c5499c69d1e5b9224dcdf3d3eec22d6;p=nageru diff --git a/theme.lua b/theme.lua index 12636ae..401cbd9 100644 --- a/theme.lua +++ b/theme.lua @@ -225,8 +225,6 @@ local static_chain_lq = EffectChain.new(16, 9) local static_chain_lq_input = static_chain_lq:add_effect(ImageInput.new("bg.jpeg")) static_chain_lq:finalize(false) -inspect = require('inspect') - -- Used for indexing into the tables of chains. function get_input_type(signals, signal_num) if signal_num == STATIC_SIGNAL_NUM then