projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added native selection rectangle drawing.
[wxWidgets.git]
/
include
/
wx
/
gtk
/
choice.h
diff --git
a/include/wx/gtk/choice.h
b/include/wx/gtk/choice.h
index 172fb049d8abcbb2bffae6299fb84a54bd0d6561..a61d876403685fdfb648bfff71f912178eaacd6d 100644
(file)
--- a/
include/wx/gtk/choice.h
+++ b/
include/wx/gtk/choice.h
@@
-66,7
+66,6
@@
public:
void Clear();
int GetSelection() const;
- int GetCurrentSelection() const { return GetSelection(); }
void SetSelection(int n);
virtual unsigned int GetCount() const;