aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/DBCS.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/DBCS.h')
-rw-r--r--src/DBCS.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/DBCS.h b/src/DBCS.h
index 875d44c8f..531437f45 100644
--- a/src/DBCS.h
+++ b/src/DBCS.h
@@ -8,14 +8,10 @@
#ifndef DBCS_H
#define DBCS_H
-#ifdef SCI_NAMESPACE
namespace Scintilla {
-#endif
bool DBCSIsLeadByte(int codePage, char ch);
-#ifdef SCI_NAMESPACE
}
-#endif
#endif