From 355f308c13dc46747c5f8c4a232f74ccdb44ef58 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 12 Sep 2022 09:16:16 +1000 Subject: Remove NotifyLexerChanged notification from DocWatcher. This is a private interface but could be used by independent platform layers and was exposed by ScintillaDocument in the Qt implementation of ScintillaEdit. --- 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 47e24796d..3cfad8684 100644 --- a/src/ScintillaBase.h +++ b/src/ScintillaBase.h @@ -82,7 +82,6 @@ protected: void RightButtonDownWithModifiers(Point pt, unsigned int curTime, Scintilla::KeyMod modifiers) override; void NotifyStyleToNeeded(Sci::Position endStyleNeeded) override; - void NotifyLexerChanged(Document *doc, void *userData) override; public: ~ScintillaBase() override; -- cgit v1.2.3