Try to fix completely broken i18n.
[dcpomatic.git] / src / wx / audio_panel.h
index a5bfef4ca918ffc23425d33f52da15901c6f0f99..edd3dfcd49d1ed9666680fc1ec85010f06015ed5 100644 (file)
@@ -26,7 +26,6 @@ class wxButton;
 class wxChoice;
 class wxStaticText;
 class AudioMappingView;
-class AudioDialog;
 
 class AudioPanel : public ContentSubPanel
 {
@@ -39,22 +38,14 @@ public:
        
 private:
        void gain_calculate_button_clicked ();
-       void show_clicked ();
-       void stream_changed ();
        void mapping_changed (AudioMapping);
-       void processor_changed ();
-       void setup_processors ();
        void setup_description ();
 
        ContentSpinCtrlDouble<AudioContent>* _gain;
        wxButton* _gain_calculate_button;
-       wxButton* _show;
        ContentSpinCtrl<AudioContent>* _delay;
-       wxChoice* _stream;
-       wxChoice* _processor;
        AudioMappingView* _mapping;
        wxStaticText* _description;
-       AudioDialog* _audio_dialog;
 
        boost::signals2::scoped_connection _mapping_connection;
 };