diff options
Diffstat (limited to 'lexers/LexTADS3.cxx')
-rw-r--r-- | lexers/LexTADS3.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexTADS3.cxx b/lexers/LexTADS3.cxx index 03e82d31f..e2aecbf55 100644 --- a/lexers/LexTADS3.cxx +++ b/lexers/LexTADS3.cxx @@ -49,9 +49,7 @@ #include "CharacterSet.h" #include "LexerModule.h" -#ifdef SCI_NAMESPACE using namespace Scintilla; -#endif static const int T3_SINGLE_QUOTE = 1; static const int T3_INT_EXPRESSION = 2; |