aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Decoration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Decoration.h')
-rw-r--r--src/Decoration.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Decoration.h b/src/Decoration.h
index d096da385..ab9912935 100644
--- a/src/Decoration.h
+++ b/src/Decoration.h
@@ -7,9 +7,7 @@
#ifndef DECORATION_H
#define DECORATION_H
-#ifdef SCI_NAMESPACE
namespace Scintilla {
-#endif
class Decoration {
int indicator;
@@ -74,8 +72,6 @@ public:
}
};
-#ifdef SCI_NAMESPACE
}
-#endif
#endif