diff options
Diffstat (limited to 'win32/ScintillaWin.cxx')
-rw-r--r-- | win32/ScintillaWin.cxx | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index b896ee458..bb99166c6 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -53,13 +53,7 @@ #include "ILexer.h" #include "Scintilla.h" -#ifdef SCI_LEXER -#include "SciLexer.h" -#endif #include "CharacterCategory.h" -#ifdef SCI_LEXER -#include "LexerModule.h" -#endif #include "Position.h" #include "UniqueString.h" #include "SplitVector.h" @@ -90,10 +84,6 @@ #include "AutoComplete.h" #include "ScintillaBase.h" -#ifdef SCI_LEXER -#include "ExternalLexer.h" -#endif - #include "PlatWin.h" #include "HanjaDic.h" #include "ScintillaWin.h" @@ -1808,12 +1798,6 @@ sptr_t ScintillaWin::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam InvalidateStyleRedraw(); break; -#ifdef SCI_LEXER - case SCI_LOADLEXERLIBRARY: - LexerManager::GetInstance()->Load(ConstCharPtrFromSPtr(lParam)); - break; -#endif - case SCI_TARGETASUTF8: return TargetAsUTF8(CharPtrFromSPtr(lParam)); |