Remove unused LOG_DEBUG_DECODE and re-use it to add some 3D shuffler logging.
[dcpomatic.git] / src / wx / content_panel.h
index 9d6e6a8b52b52687db72f861a1f9d81c7d62950e..13393f632701edab5a13107a962363ffc1d931da 100644 (file)
@@ -101,7 +101,6 @@ private:
        std::list<ContentSubPanel *> panels () const;
 
        wxSplitterWindow* _splitter;
-       wxSizer* _sizer;
        wxNotebook* _notebook;
        wxListCtrl* _content;
        wxButton* _add_file;
@@ -118,11 +117,11 @@ private:
        ContentMenu* _menu;
        TimelineDialog* _timeline_dialog;
        wxNotebook* _parent;
-       ContentList _last_selected;
        wxWindow* _last_selected_tab;
 
        boost::shared_ptr<Film> _film;
        boost::weak_ptr<FilmViewer> _film_viewer;
        bool _generally_sensitive;
        bool _ignore_deselect;
+       bool _no_check_selection;
 };