Removed OnSelect

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2012-02-18 14:24:38 +00:00
parent 51795e3399
commit 81702b39d3

View File

@ -295,11 +295,6 @@ public:
*/
void OnLeftDown(wxMouseEvent& event);
/**
Reacts to selection.
*/
void OnSelect(wxCommandEvent& event);
/**
If @a applyOnSelection is @true, clicking on a style name in the list will
immediately apply the style to the associated rich text control.