diff options
Diffstat (limited to 'lexers/LexMPT.cxx')
-rw-r--r-- | lexers/LexMPT.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexMPT.cxx b/lexers/LexMPT.cxx index 2732fb4d5..0f5469840 100644 --- a/lexers/LexMPT.cxx +++ b/lexers/LexMPT.cxx @@ -27,9 +27,7 @@ #include "CharacterSet.h" #include "LexerModule.h" -#ifdef SCI_NAMESPACE using namespace Scintilla; -#endif static int GetLotLineState(std::string &line) { if (line.length()) { |