summaryrefslogtreecommitdiff
path: root/src/lib/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/log.h')
-rw-r--r--src/lib/log.h2
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