diff options
Diffstat (limited to 'lexers/LexCsound.cxx')
-rw-r--r-- | lexers/LexCsound.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexCsound.cxx b/lexers/LexCsound.cxx index 6d065c8d1..24603801e 100644 --- a/lexers/LexCsound.cxx +++ b/lexers/LexCsound.cxx @@ -24,9 +24,7 @@ #include "CharacterSet.h" #include "LexerModule.h" -#ifdef SCI_NAMESPACE using namespace Scintilla; -#endif static inline bool IsAWordChar(const int ch) { return (ch < 0x80) && (isalnum(ch) || ch == '.' || |