diff options
Diffstat (limited to 'lexers/LexJSON.cxx')
-rw-r--r-- | lexers/LexJSON.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexJSON.cxx b/lexers/LexJSON.cxx index 16b43abf3..8e27bca6d 100644 --- a/lexers/LexJSON.cxx +++ b/lexers/LexJSON.cxx @@ -29,9 +29,7 @@ #include "OptionSet.h" #include "DefaultLexer.h" -#ifdef SCI_NAMESPACE using namespace Scintilla; -#endif static const char *const JSONWordListDesc[] = { "JSON Keywords", |