from the wxBitmap constructor that was causing a crash.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12590
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Copy constructors
wxBitmap(const wxBitmap& bitmap)
- { Ref(bitmap); if ( wxTheBitmapList ) wxTheBitmapList->AddBitmap(this); }
+ { Ref(bitmap); }
// Initialize with raw XBM data
wxBitmap(const char bits[], int width, int height, int depth = 1);
#pragma implementation "joystick.h"
#endif
+// Not implemented in wxMotif
+#if 0
+
#include "wx/joystick.h"
IMPLEMENT_DYNAMIC_CLASS(wxJoystick, wxObject)
return FALSE;
}
+#endif
+ // 0