Merge master.
[dcpomatic.git] / src / lib / util.h
index 196a6e8f93b13e3314fca48423f1e70e5702f108..28af8ef2f88c41bcfbdb8bad30806248ff98af35 100644 (file)
@@ -41,12 +41,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 */