Remove unused variable.
[dcpomatic.git] / src / wx / audio_dialog.h
index 746b23f40ecbbea95add7a9b57abaeb4e120b9e9..71fbb658b758b0076f616831dcb9adfb432c9886 100644 (file)
@@ -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;