From: Steinar H. Gunderson Date: Tue, 22 Dec 2015 00:08:27 +0000 (+0100) Subject: Small helpful comment. X-Git-Tag: 1.0.0~77 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=206659626a57120fecc27673e94bc444b09bc713 Small helpful comment. --- diff --git a/theme.cpp b/theme.cpp index 62e3640..8229bdc 100644 --- a/theme.cpp +++ b/theme.cpp @@ -443,6 +443,7 @@ LiveInputWrapper::LiveInputWrapper(Theme *theme, EffectChain *chain, bool overri void LiveInputWrapper::connect_signal(int signal_num) { if (global_mixer == nullptr) { + // No data yet. return; }