diff options
Diffstat (limited to 'lexers/LexMatlab.cxx')
-rw-r--r-- | lexers/LexMatlab.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexMatlab.cxx b/lexers/LexMatlab.cxx index 154c755fd..498617ace 100644 --- a/lexers/LexMatlab.cxx +++ b/lexers/LexMatlab.cxx @@ -43,9 +43,7 @@ #include "CharacterSet.h" #include "LexerModule.h" -#ifdef SCI_NAMESPACE using namespace Scintilla; -#endif static bool IsMatlabCommentChar(int c) { return (c == '%') ; |