diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-06 14:29:09 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-06 14:29:09 +0000 |
| commit | e6917a6ec22b1b5ed07ecede0182ffb7857a5627 (patch) | |
| tree | 938b405c86f46c14d32e968801e2e3baf13e9e1d /src/lib/image.h | |
| parent | 881c8455d01de5c785c01f7dc55fef0aede2f3b2 (diff) | |
Remove unused and broken constructor.
Diffstat (limited to 'src/lib/image.h')
| -rw-r--r-- | src/lib/image.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/image.h b/src/lib/image.h index 13b92d72f..95e0de9dc 100644 --- a/src/lib/image.h +++ b/src/lib/image.h @@ -124,7 +124,6 @@ public: SimpleImage (AVPixelFormat, Size, bool); SimpleImage (SimpleImage const &); SimpleImage& operator= (SimpleImage const &); - SimpleImage (boost::shared_ptr<const Image>, bool aligned); ~SimpleImage (); uint8_t ** data () const; |
