From 81702b39d3f7d06090779358cc7e40741f065c53 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 18 Feb 2012 14:24:38 +0000 Subject: [PATCH] Removed OnSelect git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/richtext/richtextstyles.h | 5 ----- 1 file changed, 5 deletions(-) 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.