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/image_proxy.h | |
| parent | 24fbd3513614dba8f2e5ac16b86576d39f1dc6c0 (diff) | |
Remove some unused parameters.
Diffstat (limited to 'src/lib/image_proxy.h')
| -rw-r--r-- | src/lib/image_proxy.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/image_proxy.h b/src/lib/image_proxy.h index be053eed5..b6fe87732 100644 --- a/src/lib/image_proxy.h +++ b/src/lib/image_proxy.h @@ -60,7 +60,7 @@ class ImageProxy : public boost::noncopyable public: virtual ~ImageProxy () {} - /** @param note Handler for any notes that occur. + /** @param log Log to write to, or 0. * @param size Size that the returned image will be scaled to, in case this * can be used as an optimisation. * @return Image (which must be aligned) and log2 of any scaling down that has @@ -68,7 +68,6 @@ public: * of the original, the second part of the return value will be 1. */ virtual std::pair<boost::shared_ptr<Image>, int> image ( - boost::optional<dcp::NoteHandler> note = boost::optional<dcp::NoteHandler> (), boost::optional<dcp::Size> size = boost::optional<dcp::Size> () ) const = 0; |
