Fix warning.
[dcpomatic.git] / src / lib / combiner.cc
index 006dd2697e7946d34746db2097c0bed8772277ff..0a9eaf6b60bf8e12d2689ade030c7f16c50f0081 100644 (file)
@@ -33,7 +33,7 @@ Combiner::Combiner (shared_ptr<Log> log)
  *  @param image Frame image.
  */
 void
-Combiner::process_video (shared_ptr<Image> image, bool, shared_ptr<Subtitle>, double t)
+Combiner::process_video (shared_ptr<Image> image, bool, shared_ptr<Subtitle>, double)
 {
        _image = image;
 }