Modify KDM generation to work with CPLs rather than DCPs, and allow
[dcpomatic.git] / src / lib / util.h
index 473c902395529ebaa8c3878ddbc67419717d7166..5ca9f74c88d68a878a54f5e5b75a7af0628caa22 100644 (file)
@@ -40,12 +40,6 @@ extern "C" {
 #include "types.h"
 #include "video_content.h"
 
-#ifdef DCPOMATIC_DEBUG
-#define TIMING(...) _film->log()->microsecond_log (String::compose (__VA_ARGS__), Log::TIMING);
-#else
-#define TIMING(...)
-#endif
-
 #undef check
 
 /** The maximum number of audio channels that we can have in a DCP */
@@ -166,16 +160,6 @@ private:
 
 extern int64_t video_frames_to_audio_frames (VideoContent::Frame v, float audio_sample_rate, float frames_per_second);
 
-class LocaleGuard
-{
-public:
-       LocaleGuard ();
-       ~LocaleGuard ();
-       
-private:
-       char* _old;
-};
-
 class ScopedTemporary
 {
 public: