diff options
Diffstat (limited to 'src/DBCS.h')
| -rw-r--r-- | src/DBCS.h | 1 |
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); |
