Tidy and fix logging.
[dcpomatic.git] / src / lib / environment_info.cc
index 68496f9965da300415928d7d21558ea3ffda9fd5..31279acfbf539b1be227542d9194af3ebd4a0ab2 100644 (file)
@@ -35,9 +35,6 @@ extern "C" {
 
 #include "i18n.h"
 
-#define LOG_GENERAL(...) log->log (String::compose (__VA_ARGS__), LogEntry::TYPE_GENERAL);
-#define LOG_GENERAL_NC(...) log->log (__VA_ARGS__, LogEntry::TYPE_GENERAL);
-
 using std::string;
 using std::list;
 using std::pair;