diff options
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 7210fa610..4348e3eaa 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -8,9 +8,7 @@ #ifndef VIEWSTYLE_H #define VIEWSTYLE_H -#ifdef SCI_NAMESPACE namespace Scintilla { -#endif /** */ @@ -215,8 +213,6 @@ private: void FindMaxAscentDescent(); }; -#ifdef SCI_NAMESPACE } -#endif #endif |