Remove old declaration.
authorCarl Hetherington <cth@carlh.net>
Wed, 17 May 2017 23:57:56 +0000 (00:57 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 17 May 2017 23:57:56 +0000 (00:57 +0100)
src/lib/dcpomatic_time.h

index 8b2bcce05d0f10cb61d8ece42df965187923ff7c..ad5b6768edb1140c9ac04570bab6f8a8af1651b2 100644 (file)
@@ -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