summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/dcpomatic_time.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/dcpomatic_time.h b/src/lib/dcpomatic_time.h
index 8b2bcce05..ad5b6768e 100644
--- a/src/lib/dcpomatic_time.h
+++ b/src/lib/dcpomatic_time.h
@@ -35,8 +35,6 @@
#include <iomanip>
#include <cstdio>
-class dcpomatic_round_up_test;
-
/** A time in seconds, expressed as a number scaled up by Time::HZ. We want two different
* versions of this class, ContentTime and DCPTime, and we want it to be impossible to
* convert implicitly between the two. Hence there's this template hack. I'm not