projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Do not clear property selection when adding new properties, but instead correct posit...
[wxWidgets.git]
/
src
/
dfb
/
bitmap.cpp
diff --git
a/src/dfb/bitmap.cpp
b/src/dfb/bitmap.cpp
index 4496298f13f70a5c77edf1018c7c791e18631484..239520cb7cf3416e065371fcfa2d8f032ba05432 100644
(file)
--- 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();