]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/radiobut.cpp
added new project file having the new files
[wxWidgets.git] / src / os2 / radiobut.cpp
index a2989ec2e09b4aa37ed376e04d7bff05c7923e50..d0b290c9978482c9208c851495527b798325e4f8 100644 (file)
@@ -26,7 +26,6 @@
 #include "wx/os2/private.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxRadioButton, wxControl)
-IMPLEMENT_DYNAMIC_CLASS(wxBitmapRadioButton, wxRadioButton)
 
 bool wxRadioButton::OS2Command(WXUINT param, WXWORD id)
 {
@@ -148,6 +147,9 @@ void wxRadioButton::Command (wxCommandEvent & event)
   ProcessCommand (event);
 }
 
+// Not implemented
+#if 0
+
 bool wxBitmapRadioButton::Create(wxWindow *parent, wxWindowID id,
        const wxBitmap *bitmap,
            const wxPoint& pos,
@@ -218,3 +220,4 @@ bool wxBitmapRadioButton::GetValue(void) const
     return FALSE;
 }
 
+#endif
\ No newline at end of file