]> git.sesse.net Git - nageru/commitdiff
Small helpful comment.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 22 Dec 2015 00:08:27 +0000 (01:08 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 22 Dec 2015 00:08:27 +0000 (01:08 +0100)
theme.cpp

index 62e3640f509f2844df951df5db2b4e7476a8af1d..8229bdc0395ae3bcbc61b23e67643fba79a0bef9 100644 (file)
--- 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;
        }