aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/RunStyles.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/RunStyles.h')
-rw-r--r--src/RunStyles.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/RunStyles.h b/src/RunStyles.h
index 1c8ef301d..8997d924f 100644
--- a/src/RunStyles.h
+++ b/src/RunStyles.h
@@ -10,9 +10,7 @@
#ifndef RUNSTYLES_H
#define RUNSTYLES_H
-#ifdef SCI_NAMESPACE
namespace Scintilla {
-#endif
class RunStyles {
private:
@@ -48,8 +46,6 @@ public:
void Check() const;
};
-#ifdef SCI_NAMESPACE
}
-#endif
#endif