X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dfbe9d4f59b77cd5e7b99d6423988751b7b5549c..867518a5badd321ac3b9cb0b46eca3276ff875fc:/src/dfb/bitmap.cpp diff --git a/src/dfb/bitmap.cpp b/src/dfb/bitmap.cpp index 4496298f13..239520cb7c 100644 --- a/src/dfb/bitmap.cpp +++ b/src/dfb/bitmap.cpp @@ -394,11 +394,6 @@ public: IMPLEMENT_DYNAMIC_CLASS(wxBitmap, wxBitmapBase) -wxBitmap::wxBitmap(int width, int height, int depth) -{ - Create(width, height, depth); -} - bool wxBitmap::Create(const wxIDirectFBSurfacePtr& surface) { UnRef();