X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=theme.h;h=b60df1490190059fb0a0900ed543aab6fa0b7266;hb=7455834be5e9ff5818a270bf1408ebd7b2d018f9;hp=4f2c2327c223c0917cab5e16d556b41b37f17769;hpb=fedd382abdd2723a2cc9b6868145101fab17b4e7;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)