X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Flog.h;h=b102a2d653983c3368bf04d8669f5f440e05df19;hb=6ca34bc1ef59dd206379f35eb940e607a59c9804;hp=636de6a583e0172b6d8d410147b1b59bcf5e3d0d;hpb=254b3044d72de6b033d7c584f5abd2b9aa70aad5;p=dcpomatic.git diff --git a/src/lib/log.h b/src/lib/log.h index 636de6a58..b102a2d65 100644 --- a/src/lib/log.h +++ b/src/lib/log.h @@ -59,13 +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; }; -extern boost::shared_ptr dcpomatic_log; - #endif