diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-07 15:17:17 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-07 15:17:17 +0000 |
| commit | 7bce4d3ec7fd345e58b870b3c1039fd4daf6c436 (patch) | |
| tree | 5d7dde64010fe9b4900d6c1b7f4f31beb9896102 /src/stereo_picture_frame.cc | |
| parent | b9559c74878aba5cada36e8807ff2dd66f406859 (diff) | |
Remove unused variable.
Diffstat (limited to 'src/stereo_picture_frame.cc')
| -rw-r--r-- | src/stereo_picture_frame.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/stereo_picture_frame.cc b/src/stereo_picture_frame.cc index c510641d..e0ed6905 100644 --- a/src/stereo_picture_frame.cc +++ b/src/stereo_picture_frame.cc @@ -67,8 +67,6 @@ StereoPictureFrame::~StereoPictureFrame () * @param reduce a factor by which to reduce the resolution * of the image, expressed as a power of two (pass 0 for no * reduction). - * @param srgb_gamma Reciprocal of gamma to use when doing the - * output gamma correction (after conversion from XYZ to RGB). * * @return An ARGB representation of one of the eyes (left or right) * of this frame. This is ARGB in the Cairo sense, so that each @@ -77,7 +75,7 @@ StereoPictureFrame::~StereoPictureFrame () * */ shared_ptr<ARGBFrame> -StereoPictureFrame::argb_frame (Eye eye, int reduce, float srgb_gamma) const +StereoPictureFrame::argb_frame (Eye eye, int reduce) const { shared_ptr<XYZFrame> xyz_frame; switch (eye) { |
