X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Flog.h;h=b102a2d653983c3368bf04d8669f5f440e05df19;hb=6ca34bc1ef59dd206379f35eb940e607a59c9804;hp=65d0229e981876a2e1741f580ce51460d4aa214d;hpb=ad1ef39eda58b3a919ea3b7084401a0439409ec6;p=dcpomatic.git 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