]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/combobox.h
Fix for link error
[wxWidgets.git] / include / wx / gtk1 / combobox.h
index 6bfc5cf1a3d428aa9c7cc292dcfcf8e877d254f4..061d74289db1a80dc96eb4601412758e03e30959 100644 (file)
@@ -95,8 +95,6 @@ public:
     int GetCount() const;
     int Number() const { return GetCount(); }
     void SetSelection( int n );
-    void Select( int n ) { return SetSelection( n ); }
-    bool SetStringSelection( const wxString &string );
     void SetString(int n, const wxString &text);
 
     wxString GetValue() const;