Use pofilter to check i18n and fix some .po file glitches.
[dcpomatic.git] / src / lib / j2k_image_proxy.cc
index 698943922a204920930ac8d8d04ec3fa5fa495e3..9893d65a63f2538e78b7f34c6a5f2d82ae50f6e1 100644 (file)
@@ -169,7 +169,7 @@ J2KImageProxy::prepare (optional<dcp::Size> target_size) const
 }
 
 pair<shared_ptr<Image>, int>
-J2KImageProxy::image (optional<dcp::NoteHandler>, optional<dcp::Size> target_size) const
+J2KImageProxy::image (optional<dcp::Size> target_size) const
 {
        int const r = prepare (target_size);
        /* I think this is safe without a lock on mutex.  _image is guaranteed to be