Add assert.
[dcpomatic.git] / src / wx / swaroop_controls.h
index 10919b7678e8f146eb37a136542dde90bac07354..11dbcfc1013025fbec4329c65f91d702699e41ad 100644 (file)
@@ -60,6 +60,7 @@ private:
        bool can_do_previous ();
        bool can_do_next ();
        void decrement_allowed_shows ();
+       void deselect_playlist ();
 
        boost::optional<dcp::EncryptedKDM> get_kdm_from_url (boost::shared_ptr<DCPContent> dcp);
        boost::optional<dcp::EncryptedKDM> get_kdm_from_directory (boost::shared_ptr<DCPContent> dcp);
@@ -76,7 +77,6 @@ private:
        wxListCtrl* _spl_view;
        wxButton* _refresh_spl_view;
        wxListCtrl* _current_spl_view;
-       wxTextCtrl* _log;
 
        bool _current_disable_timeline;
        bool _current_disable_next;