diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-06 22:25:48 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-06 22:25:48 +0000 |
| commit | e5b744922fb6aed65ec13f22a9de0c86dd1bd561 (patch) | |
| tree | afdb5ca70f017a84e69a12deb328f2e758cb6166 /src/lib/j2k_image_proxy.cc | |
| parent | 24fbd3513614dba8f2e5ac16b86576d39f1dc6c0 (diff) | |
Remove some unused parameters.
Diffstat (limited to 'src/lib/j2k_image_proxy.cc')
| -rw-r--r-- | src/lib/j2k_image_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/j2k_image_proxy.cc b/src/lib/j2k_image_proxy.cc index 698943922..9893d65a6 100644 --- a/src/lib/j2k_image_proxy.cc +++ b/src/lib/j2k_image_proxy.cc @@ -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 |
