aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/DBCS.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/DBCS.h')
-rw-r--r--src/DBCS.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/DBCS.h b/src/DBCS.h
index ccd71536a..2b66db261 100644
--- a/src/DBCS.h
+++ b/src/DBCS.h
@@ -42,7 +42,6 @@ struct DBCSPair {
using FoldMap = std::array<DBCSPair, 0x8000>;
bool DBCSHasFoldMap(int codePage);
-void DBCSSetFoldMap(int codePage, const FoldMap &foldMap);
FoldMap *DBCSGetMutableFoldMap(int codePage);
const FoldMap *DBCSGetFoldMap(int codePage);