diff options
Diffstat (limited to 'src/ScintillaBase.h')
-rw-r--r-- | src/ScintillaBase.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ScintillaBase.h b/src/ScintillaBase.h index fc4315e6d..b7a4acf1f 100644 --- a/src/ScintillaBase.h +++ b/src/ScintillaBase.h @@ -10,10 +10,7 @@ namespace Scintilla { -#ifdef SCI_LEXER class LexState; -#endif - /** */ class ScintillaBase : public Editor, IListBoxDelegate { @@ -42,12 +39,10 @@ protected: int maxListWidth; /// Maximum width of list, in average character widths int multiAutoCMode; /// Mode for autocompleting when multiple selections are present -#ifdef SCI_LEXER LexState *DocumentLexState(); void SetLexer(uptr_t wParam); void SetLexerLanguage(const char *languageName); void Colourise(int start, int end); -#endif ScintillaBase(); // Deleted so ScintillaBase objects can not be copied. |