X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/789f6795165f19cd16f0ba9f799add6a92720454..2c01d33555e3125057f4575ca7d0d2aba93f421f:/include/wx/radiobox.h?ds=sidebyside diff --git a/include/wx/radiobox.h b/include/wx/radiobox.h index 25fc92c152..646d796457 100644 --- a/include/wx/radiobox.h +++ b/include/wx/radiobox.h @@ -5,17 +5,13 @@ // Modified by: // Created: 10.09.00 // RCS-ID: $Id$ -// Copyright: (c) wxWidgets team +// Copyright: (c) Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _WX_RADIOBOX_H_BASE_ #define _WX_RADIOBOX_H_BASE_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "radioboxbase.h" -#endif - #if wxUSE_RADIOBOX #include "wx/ctrlsub.h" @@ -42,10 +38,6 @@ public: // return the item above/below/to the left/right of the given one int GetNextItem(int item, wxDirection dir, long style) const; - - // implement some of wxItemContainerImmutable functions - virtual int FindString(const wxString& s) const; - // deprecated functions // --------------------