Tidy and fix logging.
[dcpomatic.git] / src / lib / player.cc
index 5a71c133001016b893e6457399d1a8ed1318855e..ae16290f57d7343297bde3e3a5ed9c307991f3be 100644 (file)
@@ -60,8 +60,6 @@
 
 #include "i18n.h"
 
-#define LOG_GENERAL(...) dcpomatic_log->log (String::compose (__VA_ARGS__), LogEntry::TYPE_GENERAL);
-
 using std::list;
 using std::cout;
 using std::min;