diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-06 23:34:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-06 23:34:48 +0100 |
| commit | 401af8742fe5b2bb3ec117acdc4b0b36bc8f5047 (patch) | |
| tree | 903a138f847c19c9bfa7dca675abdc9b5ff11231 /src/wx/video_panel.h | |
| parent | 2857a60daf47286979a813ebefd892757de4f113 (diff) | |
Interface levels in audio tab.
Diffstat (limited to 'src/wx/video_panel.h')
| -rw-r--r-- | src/wx/video_panel.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index a244d08b3..795a52a78 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -27,7 +27,6 @@ #include "timecode.h" #include "lib/video_content_scale.h" #include "lib/film.h" -#include "lib/config.h" class wxChoice; class wxStaticText; @@ -54,12 +53,10 @@ private: void fade_in_changed (); void fade_out_changed (); void add_to_grid (); - void config_changed (Config::Property p); void setup_description (); void setup_sensitivity (); - wxGridBagSizer* _grid; wxCheckBox* _reference; wxStaticText* _reference_note; wxStaticText* _type_label; |
