diff options
Diffstat (limited to 'src/Selection.h')
-rw-r--r-- | src/Selection.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Selection.h b/src/Selection.h index 991864e01..8f2166961 100644 --- a/src/Selection.h +++ b/src/Selection.h @@ -8,9 +8,7 @@ #ifndef SELECTION_H #define SELECTION_H -#ifdef SCI_NAMESPACE namespace Scintilla { -#endif class SelectionPosition { Sci::Position position; @@ -189,8 +187,6 @@ public: } }; -#ifdef SCI_NAMESPACE } -#endif #endif |