]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/bitmap.cpp
add wxSize overloads to wxBitmap ctors and to wxBitmap::Create
[wxWidgets.git] / src / msw / bitmap.cpp
index 6e7e0436f6b63f4ab42b640241009765e3538a3d..c3ffd63876130691efad43eaddbdcfab0c6c9af3 100644 (file)
@@ -56,7 +56,7 @@
 #endif // no CLR_INVALID
 
 // ----------------------------------------------------------------------------
-// Bitmap data
+// wxBitmapRefData
 // ----------------------------------------------------------------------------
 
 class WXDLLEXPORT wxBitmapRefData : public wxGDIImageRefData
@@ -512,11 +512,6 @@ wxBitmap::wxBitmap(const char bits[], int width, int height, int depth)
 #endif
 }
 
-wxBitmap::wxBitmap(int w, int h, int d)
-{
-    (void)Create(w, h, d);
-}
-
 wxBitmap::wxBitmap(int w, int h, const wxDC& dc)
 {
     (void)Create(w, h, dc);