summaryrefslogtreecommitdiff
path: root/src/wx/audio_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-10-13 07:51:19 +0200
committerCarl Hetherington <cth@carlh.net>2022-10-14 11:41:18 +0200
commitc8b4797396943d25759a84df192134e458ed4d8b (patch)
tree85c7e9035216420fa4f3786da3511c4f2d7dd05c /src/wx/audio_dialog.h
parentd85bd416c6267e9c86948b9b5f2e5dba5e67f755 (diff)
Remove unused variable.
Diffstat (limited to 'src/wx/audio_dialog.h')
-rw-r--r--src/wx/audio_dialog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/audio_dialog.h b/src/wx/audio_dialog.h
index 746b23f40..71fbb658b 100644
--- a/src/wx/audio_dialog.h
+++ b/src/wx/audio_dialog.h
@@ -56,7 +56,6 @@ private:
std::shared_ptr<AudioAnalysis> _analysis;
std::weak_ptr<Film> _film;
- FilmViewer& _viewer;
/** content to analyse, or 0 to analyse all the film's content */
std::weak_ptr<Content> _content;
int _channels;