Tidy and fix logging.
[dcpomatic.git] / src / lib / log.cc
index 8f7794aed8f48cb265eda768a8b954cb07280bf8..e3ffd1cadcc05f4f114e107df4e870d46ce0a3f6 100644 (file)
@@ -35,8 +35,6 @@ using std::string;
 using std::cout;
 using boost::shared_ptr;
 
-boost::shared_ptr<Log> dcpomatic_log;
-
 Log::Log ()
        : _types (0)
 {