X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ffile_log.h;h=53fbe4f765308a391a0cf1c591b323c960f255b8;hb=99918e4964d696c2cdc6512b8f2ebb9d46db3163;hp=83f3696095cd7d48cf8529c3bbf9c52f2b59e6cf;hpb=b1aae1f32e72cd96768d6134ef62fd4b45a9bd54;p=dcpomatic.git diff --git a/src/lib/file_log.h b/src/lib/file_log.h index 83f369609..53fbe4f76 100644 --- a/src/lib/file_log.h +++ b/src/lib/file_log.h @@ -29,9 +29,7 @@ public: private: void do_log (boost::shared_ptr entry); - void config_changed (); /** filename to write to */ boost::filesystem::path _file; - boost::signals2::scoped_connection _config_connection; };