diff options
Diffstat (limited to 'lexlib/LexerNoExceptions.cxx')
-rw-r--r-- | lexlib/LexerNoExceptions.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lexlib/LexerNoExceptions.cxx b/lexlib/LexerNoExceptions.cxx index 96a3a72a4..3627e188a 100644 --- a/lexlib/LexerNoExceptions.cxx +++ b/lexlib/LexerNoExceptions.cxx @@ -20,9 +20,7 @@ #include "LexerBase.h" #include "LexerNoExceptions.h" -#ifdef SCI_NAMESPACE using namespace Scintilla; -#endif Sci_Position SCI_METHOD LexerNoExceptions::PropertySet(const char *key, const char *val) { try { |