Remove unused variable.
authorCarl Hetherington <cth@carlh.net>
Sun, 11 Jan 2015 21:46:31 +0000 (21:46 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 11 Jan 2015 21:46:31 +0000 (21:46 +0000)
src/wx/audio_panel.h

index b0218575a7f0f12ca6c5a6b59f3107626e79dbe7..8003a5bd7f86121c376bb152e4e3899162781bdb 100644 (file)
@@ -52,7 +52,6 @@ private:
        ContentSpinCtrl<AudioContent>* _delay;
        wxChoice* _stream;
        wxChoice* _processor;
-       wxStaticText* _stream_description;
        AudioMappingView* _mapping;
        wxStaticText* _description;
        AudioDialog* _audio_dialog;