diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/image/Image.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/image/Image.cxx b/vcl/source/image/Image.cxx index eee064b7433d..b1d3db915880 100644 --- a/vcl/source/image/Image.cxx +++ b/vcl/source/image/Image.cxx @@ -49,11 +49,6 @@ Image::Image(const BitmapEx& rBitmapEx) ImplInit(rBitmapEx); } -Image::Image(const Bitmap& rBitmap) -{ - ImplInit(rBitmap); -} - Image::Image(const Bitmap& rBitmap, const Color& rColor) { const BitmapEx aBitmapEx(rBitmap, rColor); |