X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=theme.h;h=b60df1490190059fb0a0900ed543aab6fa0b7266;hb=2b806ed340112b4b464b6f2b9c34e4873de5f1c5;hp=4f2c2327c223c0917cab5e16d556b41b37f17769;hpb=077cd176b7e56c31efb5c6a7315f701864c780a2;p=nageru diff --git a/theme.h b/theme.h index 4f2c232..b60df14 100644 --- a/theme.h +++ b/theme.h @@ -86,15 +86,9 @@ public: return input; } - // Of last connected signal number (see connect_signal()). - // Only valid during get_chain() or the setup callback. - unsigned get_width() const; - unsigned get_height() const; - private: Theme *theme; // Not owned by us. movit::YCbCrInput *input; // Owned by the chain. - int last_connected_signal_num = -1; }; #endif // !defined(_THEME_H)