Remove unused method.
[dcpomatic.git] / test / repeat_frame_test.cc
index 3ca9a738a12a3a84e9d220eed31a0b7ecfeeb361..24075991cad5a2b0e124c708aab6e7bb82d19103 100644 (file)
@@ -53,8 +53,6 @@ BOOST_AUTO_TEST_CASE (repeat_frame_test)
        film->make_dcp ();
        wait_for_jobs ();
 
-       /* Should be 31 frames of red; the last one gets replaced with black rather
-          than repeated.
-       */
+       /* Should be 32 frames of red */
        check_dcp ("test/data/repeat_frame_test", film->dir (film->dcp_name ()));
 }