summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index 196a6e8f9..28af8ef2f 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -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 */