diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-05-15 00:03:44 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-28 02:01:58 +0100 |
| commit | 0e60f0e982a22f1642342b8d046a95c8813045a0 (patch) | |
| tree | d568230e4c63740668cdfe5a277ad68ecefd6a35 /src/wx/text_panel.h | |
| parent | 3d002a06ec31ab74cd260238b9f10f4de635aa7e (diff) | |
Remove reference checkboxes from video/audio/text tabs.
Diffstat (limited to 'src/wx/text_panel.h')
| -rw-r--r-- | src/wx/text_panel.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wx/text_panel.h b/src/wx/text_panel.h index 5adad5a3e..a2afba439 100644 --- a/src/wx/text_panel.h +++ b/src/wx/text_panel.h @@ -56,7 +56,6 @@ private: void stream_changed (); void text_view_clicked (); void fonts_dialog_clicked (); - void reference_clicked (); void appearance_dialog_clicked (); void outline_subtitles_changed (); TextType current_type () const; @@ -74,8 +73,6 @@ private: void update_outline_subtitles_in_viewer (); void clear_outline_subtitles (); - CheckBox* _reference; - wxStaticText* _reference_note; CheckBox* _outline_subtitles = nullptr; CheckBox* _use; wxChoice* _type; |
