diff options
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 |
