Check for long CCAP lines and too many CCAP lines.
[dcpomatic.git] / src / wx / closed_captions_dialog.h
index a599bc7036f8d048bb421a64fe30a9e974a506d8..be5b3664d4fb3c25e836d34c3b8f4b691c7ca32b 100644 (file)
@@ -38,6 +38,4 @@ private:
 
        std::vector<wxString> _lines;
        boost::weak_ptr<Player> _player;
-       static int const _num_lines;
-       static int const _num_chars_per_line;
 };