X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=theme.h;h=b60df1490190059fb0a0900ed543aab6fa0b7266;hb=f35c59e57e973cd2fc7a02aac0413cf00c934d80;hp=223968a3c3b4b7201161b244af4b8be0dbd95c66;hpb=196392c483a9cbf7fd7b572d9242aa283031453f;p=nageru 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)