aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/XPM.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/XPM.h')
-rw-r--r--src/XPM.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/XPM.h b/src/XPM.h
index cd78b14c0..a2bd6cb91 100644
--- a/src/XPM.h
+++ b/src/XPM.h
@@ -8,9 +8,7 @@
#ifndef XPM_H
#define XPM_H
-#ifdef SCI_NAMESPACE
namespace Scintilla {
-#endif
/**
* Hold a pixmap in XPM format.
@@ -87,8 +85,6 @@ public:
int GetWidth() const;
};
-#ifdef SCI_NAMESPACE
}
-#endif
#endif