X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dfbe9d4f59b77cd5e7b99d6423988751b7b5549c..3515776ea5638d93b85c871667a77f9d1ed44f6c:/src/dfb/bitmap.cpp?ds=sidebyside 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();