summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-18 00:57:56 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-18 00:57:56 +0100
commitbc9bd13a2d9df75057511deca71b943ab1183e19 (patch)
tree891050c3c3d78ff33dc276cb4e7cdd9d3dd20bba /src/lib
parent4f806ddec2b60c2d2e7a7d756e8aa299305b1e9f (diff)
Remove old declaration.
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