aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-03-12 09:24:48 +1100
committerNeil <nyamatongwe@gmail.com>2021-03-12 09:24:48 +1100
commit9aac5160939523e545ed12731602793de41bff9b (patch)
treea4b50e378acc10b274164d11e9dfde6a5e3051a6
parent199f9e16684c48d639c280b7f445c13dd0efb3a9 (diff)
downloadscintilla-mirror-9aac5160939523e545ed12731602793de41bff9b.tar.gz
Remove declarations of methods that are no longer implemented.
-rw-r--r--src/ScintillaBase.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ScintillaBase.h b/src/ScintillaBase.h
index b7a4acf1f..80314235b 100644
--- a/src/ScintillaBase.h
+++ b/src/ScintillaBase.h
@@ -40,8 +40,6 @@ protected:
int multiAutoCMode; /// Mode for autocompleting when multiple selections are present
LexState *DocumentLexState();
- void SetLexer(uptr_t wParam);
- void SetLexerLanguage(const char *languageName);
void Colourise(int start, int end);
ScintillaBase();