summaryrefslogtreecommitdiff
path: root/src/wx/audio_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-19 23:37:30 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-19 23:37:30 +0100
commit11c54ca7ffb9f4b70dff6414b8da2099597b0d4d (patch)
treef9e00c8eb5cbd3286f7638a5ab13ce598acd999e /src/wx/audio_panel.h
parenteceeb0c13cdaf08204968047269b49d8d493f741 (diff)
Split video panel.
Diffstat (limited to 'src/wx/audio_panel.h')
-rw-r--r--src/wx/audio_panel.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/wx/audio_panel.h b/src/wx/audio_panel.h
index 69f606385..f4a595f32 100644
--- a/src/wx/audio_panel.h
+++ b/src/wx/audio_panel.h
@@ -32,12 +32,7 @@ public:
AudioPanel (FilmEditor *);
void film_changed (Film::Property);
- void film_content_changed (
- boost::shared_ptr<Content>,
- boost::shared_ptr<AudioContent>,
- boost::shared_ptr<SubtitleContent>,
- boost::shared_ptr<FFmpegContent>,
- int);
+ void film_content_changed (boost::shared_ptr<Content>, int);
void content_selection_changed ();
void setup_sensitivity ();