X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/51795e3399b6b7868388d47d9392500a1406b4e7..50d4763f1710f6e45ac6af7112d1ce9effe93bc4:/interface/wx/richtext/richtextstyles.h diff --git a/interface/wx/richtext/richtextstyles.h b/interface/wx/richtext/richtextstyles.h index f5be153b29..c1c636fef8 100644 --- a/interface/wx/richtext/richtextstyles.h +++ b/interface/wx/richtext/richtextstyles.h @@ -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.