summaryrefslogtreecommitdiff
path: root/src/stereo_picture_frame.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-07 15:17:17 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-07 15:17:17 +0000
commit7bce4d3ec7fd345e58b870b3c1039fd4daf6c436 (patch)
tree5d7dde64010fe9b4900d6c1b7f4f31beb9896102 /src/stereo_picture_frame.h
parentb9559c74878aba5cada36e8807ff2dd66f406859 (diff)
Remove unused variable.
Diffstat (limited to 'src/stereo_picture_frame.h')
-rw-r--r--src/stereo_picture_frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stereo_picture_frame.h b/src/stereo_picture_frame.h
index e8ef689d..7c4d6767 100644
--- a/src/stereo_picture_frame.h
+++ b/src/stereo_picture_frame.h
@@ -43,7 +43,7 @@ public:
StereoPictureFrame ();
~StereoPictureFrame ();
- boost::shared_ptr<ARGBFrame> argb_frame (Eye eye, int reduce = 0, float srgb_gamma = 2.4) const;
+ boost::shared_ptr<ARGBFrame> argb_frame (Eye eye, int reduce = 0) const;
void rgb_frame (Eye eye, uint16_t* buffer) const;
uint8_t const * left_j2k_data () const;
uint8_t* left_j2k_data ();