More player debugging for butler video-full states.
[dcpomatic.git] / src / lib / file_log.cc
index be532c10fb648adab268b13c6d3c2401b5d72aae..f6eaa58f8ebaf85b4e02630fee9ab869f91115c2 100644 (file)
@@ -33,14 +33,7 @@ using boost::shared_ptr;
 FileLog::FileLog (boost::filesystem::path file)
        : _file (file)
 {
-       _config_connection = Config::instance()->Changed.connect (boost::bind (&FileLog::config_changed, this));
-       config_changed ();
-}
-
-void
-FileLog::config_changed ()
-{
-       set_types (Config::instance()->log_types ());
+       set_types (Config::instance()->log_types());
 }
 
 void