diff options
Diffstat (limited to 'lexers/LexSTTXT.cxx')
-rw-r--r-- | lexers/LexSTTXT.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexSTTXT.cxx b/lexers/LexSTTXT.cxx index b7ac8f432..dd2fe5465 100644 --- a/lexers/LexSTTXT.cxx +++ b/lexers/LexSTTXT.cxx @@ -24,9 +24,7 @@ #include "CharacterSet.h" #include "LexerModule.h" -#ifdef SCI_NAMESPACE using namespace Scintilla; -#endif static void ClassifySTTXTWord(WordList *keywordlists[], StyleContext &sc) { |