]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/bitmap.cpp
removed dialup from list of files because of compilation problem with
[wxWidgets.git] / src / msw / bitmap.cpp
index 79b21b8e874799a90b0fdb19607ddbcbe5634bdf..4c21494fcb4ba8ccde1635807669420f1d111aba 100644 (file)
@@ -294,9 +294,6 @@ bool wxBitmap::CreateFromXpm(const char **data)
     wxCHECK_MSG( img.Ok(), FALSE, wxT("invalid bitmap data") )
     
     *this = wxBitmap(img);
-    
-    if ( wxTheBitmapList ) wxTheBitmapList->AddBitmap(this);
-
     return TRUE;
 #else
        return FALSE;