summaryrefslogtreecommitdiff
path: root/src/wx/closed_captions_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-27 15:19:30 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-27 15:19:30 +0100
commit4843bf7b6820fe9f027699cf30c41804e714fbac (patch)
tree443970dc9b7a865b4b8130ba5115d28f00ad8b54 /src/wx/closed_captions_dialog.h
parentc8b10d5eac6006b62d2a7add9da0c6206b72899b (diff)
Check for long CCAP lines and too many CCAP lines.
Diffstat (limited to 'src/wx/closed_captions_dialog.h')
-rw-r--r--src/wx/closed_captions_dialog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/closed_captions_dialog.h b/src/wx/closed_captions_dialog.h
index a599bc703..be5b3664d 100644
--- a/src/wx/closed_captions_dialog.h
+++ b/src/wx/closed_captions_dialog.h
@@ -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;
};