]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/radiobox.cpp
Removal of previous wxValidtor code for wxOS2
[wxWidgets.git] / src / os2 / radiobox.cpp
index 43bcd15f5e95a680fe63a4df3e064be843e0955d..0ea23cc0628556ec28a9fcd6ea9b5cb5a293f5d5 100644 (file)
@@ -144,11 +144,7 @@ bool wxRadioBox::Create(wxWindow *parent, wxWindowID id, const wxString& title,
         int n, const wxString choices[],
         int majorDim, long style,
 #if wxUSE_VALIDATORS
-#  if defined(__VISAGECPP__)
-        const wxValidator* val, const wxString& name)
-#  else
         const wxValidator& val, const wxString& name)
-#  endif
 #endif
 {
     m_selectedButton = -1;