projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
First part of '[ 1216148 ] cleanup: unused variables and declarations'.
[wxWidgets.git]
/
include
/
wx
/
gtk
/
combobox.h
diff --git
a/include/wx/gtk/combobox.h
b/include/wx/gtk/combobox.h
index 6c73810879f814a175d720fb0584692b08966317..061d74289db1a80dc96eb4601412758e03e30959 100644
(file)
--- a/
include/wx/gtk/combobox.h
+++ b/
include/wx/gtk/combobox.h
@@
-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;