From: Steinar H. Gunderson Date: Tue, 22 Dec 2015 00:09:54 +0000 (+0100) Subject: Remove unused member. X-Git-Tag: 1.0.0~76 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=3dfe3da9659a3f67e3ecdfd14cca7377ed1d84b7 Remove unused member. --- diff --git a/theme.h b/theme.h index 223968a..b60df14 100644 --- a/theme.h +++ b/theme.h @@ -89,7 +89,6 @@ public: private: Theme *theme; // Not owned by us. movit::YCbCrInput *input; // Owned by the chain. - int connected_signal_num = 0; }; #endif // !defined(_THEME_H)