summaryrefslogtreecommitdiff
path: root/src/lib/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/image.h')
-rw-r--r--src/lib/image.h1
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;