More player debugging for butler video-full states.
[dcpomatic.git] / src / lib / log.h
index 65d0229e981876a2e1741f580ce51460d4aa214d..b102a2d653983c3368bf04d8669f5f440e05df19 100644 (file)
@@ -59,11 +59,9 @@ protected:
 
 private:
        virtual void do_log (boost::shared_ptr<const LogEntry> entry) = 0;
-       void config_changed ();
 
        /** bit-field of log types which should be put into the log (others are ignored) */
        int _types;
-       boost::signals2::scoped_connection _config_connection;
 };
 
 #endif