Stop crashing when running the hints check on films with silent/black gaps.
[dcpomatic.git] / src / lib / log.cc
index e3ffd1cadcc05f4f114e107df4e870d46ce0a3f6..7851c133f9bc74f84a8cc912eecca63acd484b03 100644 (file)
@@ -38,14 +38,7 @@ using boost::shared_ptr;
 Log::Log ()
        : _types (0)
 {
-       _config_connection = Config::instance()->Changed.connect (boost::bind (&Log::config_changed, this));
-       config_changed ();
-}
 
-void
-Log::config_changed ()
-{
-       set_types (Config::instance()->log_types ());
 }
 
 void