X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=theme.h;h=b60df1490190059fb0a0900ed543aab6fa0b7266;hb=3dfe3da9659a3f67e3ecdfd14cca7377ed1d84b7;hp=223968a3c3b4b7201161b244af4b8be0dbd95c66;hpb=206659626a57120fecc27673e94bc444b09bc713;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)