diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-26 01:22:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-26 01:22:06 +0000 |
| commit | b1aae1f32e72cd96768d6134ef62fd4b45a9bd54 (patch) | |
| tree | 5fde83efa2e96ec58a85688168dfd439fc4aa363 /src/lib/log.h | |
| parent | e2e5928f1056cfc555a87060592aaf20fcdbcf4f (diff) | |
Don't access Config from the static creation of dcpomatic_log.
Diffstat (limited to 'src/lib/log.h')
| -rw-r--r-- | src/lib/log.h | 2 |
1 files changed, 0 insertions, 2 deletions
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<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 |
