From b1aae1f32e72cd96768d6134ef62fd4b45a9bd54 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 26 Nov 2018 01:22:06 +0000 Subject: Don't access Config from the static creation of dcpomatic_log. --- src/lib/log.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/log.h') diff --git a/src/lib/log.h b/src/lib/log.h index 65d0229e9..b102a2d65 100644 --- a/src/lib/log.h +++ b/src/lib/log.h @@ -59,11 +59,9 @@ protected: private: virtual void do_log (boost::shared_ptr 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 -- cgit v1.2.3