aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2022-09-12 09:16:16 +1000
committerNeil <nyamatongwe@gmail.com>2022-09-12 09:16:16 +1000
commit355f308c13dc46747c5f8c4a232f74ccdb44ef58 (patch)
treef3d71d31db2f639747ae94debbf149dddce6641d /src/Editor.cxx
parente70788b928d786f155f91bbef183e462fc65535c (diff)
downloadscintilla-mirror-355f308c13dc46747c5f8c4a232f74ccdb44ef58.tar.gz
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.
Diffstat (limited to 'src/Editor.cxx')
-rw-r--r--src/Editor.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx
index 8e8de16b1..32a63f14a 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -2379,9 +2379,6 @@ void Editor::NotifyStyleNeeded(Document *, void *, Sci::Position endStyleNeeded)
NotifyStyleToNeeded(endStyleNeeded);
}
-void Editor::NotifyLexerChanged(Document *, void *) {
-}
-
void Editor::NotifyErrorOccurred(Document *, void *, Status status) {
errorStatus = status;
}