]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/radiobox.h
removed old commented out code and out of date comments
[wxWidgets.git] / include / wx / radiobox.h
index c611759c36bc9a9046eb81551b84dbe11d43b421..646d796457470ae60da8b2cb5887f66c657a4733 100644 (file)
@@ -38,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
     // --------------------