Accessor for ClosedCaptionsDialog.
[dcpomatic.git] / src / lib / log.cc
index 8f7794aed8f48cb265eda768a8b954cb07280bf8..7851c133f9bc74f84a8cc912eecca63acd484b03 100644 (file)
@@ -35,19 +35,10 @@ using std::string;
 using std::cout;
 using boost::shared_ptr;
 
-boost::shared_ptr<Log> dcpomatic_log;
-
 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