diff options
Diffstat (limited to 'lexers/LexPowerPro.cxx')
-rw-r--r-- | lexers/LexPowerPro.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexPowerPro.cxx b/lexers/LexPowerPro.cxx index 7120c4003..34debff24 100644 --- a/lexers/LexPowerPro.cxx +++ b/lexers/LexPowerPro.cxx @@ -43,9 +43,7 @@ #include "CharacterSet.h" #include "LexerModule.h" -#ifdef SCI_NAMESPACE using namespace Scintilla; -#endif static inline bool IsStreamCommentStyle(int style) { return style == SCE_POWERPRO_COMMENTBLOCK; |