summaryrefslogtreecommitdiff
path: root/src/lib/file_log.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-02-17 22:00:18 +0000
committerCarl Hetherington <cth@carlh.net>2019-02-17 22:00:18 +0000
commita5be11a965c2c38442e4e069874e7e21b5b43a5c (patch)
tree9473211bc0918e7ccf844a3f8300a473e089fed4 /src/lib/file_log.h
parent9a7ca753829b7adbabde4cc0edd48c460ad4cffa (diff)
More player debugging for butler video-full states.v2.13.121
Diffstat (limited to 'src/lib/file_log.h')
-rw-r--r--src/lib/file_log.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/file_log.h b/src/lib/file_log.h
index 83f369609..53fbe4f76 100644
--- a/src/lib/file_log.h
+++ b/src/lib/file_log.h
@@ -29,9 +29,7 @@ public:
private:
void do_log (boost::shared_ptr<const LogEntry> entry);
- void config_changed ();
/** filename to write to */
boost::filesystem::path _file;
- boost::signals2::scoped_connection _config_connection;
};