]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/image.cpp
don't return wxLIST_HITTEST_ONITEMICON from HitTest() when the muse is clicked to...
[wxWidgets.git] / src / common / image.cpp
index 73dde3ecafcfa5216e5183acaa8df5a4f9b0adc8..784a016b94210942efce04a431dab95838df4a97 100644 (file)
@@ -110,10 +110,6 @@ wxImage wxNullImage;
 
 IMPLEMENT_DYNAMIC_CLASS(wxImage, wxObject)
 
-wxImage::wxImage()
-{
-}
-
 wxImage::wxImage( int width, int height, bool clear )
 {
     Create( width, height, clear );