summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-11 21:46:31 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-11 21:46:31 +0000
commit3d78d073d2827f411735190e514c68fadd4c7838 (patch)
tree5e2df8f953e07803040734ca8f086e3be1803b6e /src
parentd760e125542b3bd926237f58e93e1bc0cf83865c (diff)
Remove unused variable.
Diffstat (limited to 'src')
-rw-r--r--src/wx/audio_panel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/audio_panel.h b/src/wx/audio_panel.h
index b0218575a..8003a5bd7 100644
--- a/src/wx/audio_panel.h
+++ b/src/wx/audio_panel.h
@@ -52,7 +52,6 @@ private:
ContentSpinCtrl<AudioContent>* _delay;
wxChoice* _stream;
wxChoice* _processor;
- wxStaticText* _stream_description;
AudioMappingView* _mapping;
wxStaticText* _description;
AudioDialog* _audio_dialog;