From 1995e565ce6566fced7a383d8114319da57974d5 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 12 Jun 2017 13:49:46 +1000 Subject: Simplify mouse and keyboard handling by only retaining the 'WithModifiers" form. All events include a set of keyboard modifier flags. Older calls that passed individual parameters for each key were removed. --- src/ScintillaBase.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ScintillaBase.h') diff --git a/src/ScintillaBase.h b/src/ScintillaBase.h index 9b8f08ae3..f63cf192c 100644 --- a/src/ScintillaBase.h +++ b/src/ScintillaBase.h @@ -88,7 +88,6 @@ protected: void ContextMenu(Point pt); void ButtonDownWithModifiers(Point pt, unsigned int curTime, int modifiers) override; - void ButtonDown(Point pt, unsigned int curTime, bool shift, bool ctrl, bool alt) override; void RightButtonDownWithModifiers(Point pt, unsigned int curTime, int modifiers) override; void NotifyStyleToNeeded(Sci::Position endStyleNeeded) override; -- cgit v1.2.3