std::shared_ptr
[dcpomatic.git] / src / lib / environment_info.cc
index 68496f9965da300415928d7d21558ea3ffda9fd5..fd44100cd490adcf67d6f9687f0a40a2d39d4d5d 100644 (file)
@@ -35,13 +35,10 @@ 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;
-using boost::shared_ptr;
+using std::shared_ptr;
 
 /** @param v Version as used by FFmpeg.
  *  @return A string representation of v.