]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/combobox.h
Fixed bug #1163384. Moved the code that handles activating the cell
[wxWidgets.git] / include / wx / gtk1 / combobox.h
index 6c73810879f814a175d720fb0584692b08966317..061d74289db1a80dc96eb4601412758e03e30959 100644 (file)
@@ -95,7 +95,6 @@ public:
     int GetCount() const;
     int Number() const { return GetCount(); }
     void SetSelection( int n );
     int GetCount() const;
     int Number() const { return GetCount(); }
     void SetSelection( int n );
-    void Select( int n ) { return SetSelection( n ); }
     void SetString(int n, const wxString &text);
 
     wxString GetValue() const;
     void SetString(int n, const wxString &text);
 
     wxString GetValue() const;