More player debugging for butler video-full states.
[dcpomatic.git] / src / lib / file_log.h
index 83f3696095cd7d48cf8529c3bbf9c52f2b59e6cf..53fbe4f765308a391a0cf1c591b323c960f255b8 100644 (file)
@@ -29,9 +29,7 @@ public:
 
 private:
        void do_log (boost::shared_ptr<const LogEntry> entry);
-       void config_changed ();
 
        /** filename to write to */
        boost::filesystem::path _file;
-       boost::signals2::scoped_connection _config_connection;
 };