aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Document.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Document.h')
-rw-r--r--src/Document.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Document.h b/src/Document.h
index 0aff383d2..9f22f154a 100644
--- a/src/Document.h
+++ b/src/Document.h
@@ -8,9 +8,7 @@
#ifndef DOCUMENT_H
#define DOCUMENT_H
-#ifdef SCI_NAMESPACE
namespace Scintilla {
-#endif
enum EncodingFamily { efEightBit, efUnicode, efDBCS };
@@ -547,8 +545,6 @@ public:
virtual void NotifyErrorOccurred(Document *doc, void *userData, int status) = 0;
};
-#ifdef SCI_NAMESPACE
}
-#endif
#endif