diff options
Diffstat (limited to 'lexers/LexOpal.cxx')
-rw-r--r-- | lexers/LexOpal.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexOpal.cxx b/lexers/LexOpal.cxx index 955927f63..c23620405 100644 --- a/lexers/LexOpal.cxx +++ b/lexers/LexOpal.cxx @@ -22,9 +22,7 @@ #include "CharacterSet.h" #include "LexerModule.h" -#ifdef SCI_NAMESPACE using namespace Scintilla; -#endif inline static void getRange( Sci_PositionU start, Sci_PositionU end, Accessor & styler, char * s, Sci_PositionU len ) { |