aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/DBCS.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/DBCS.cxx')
-rw-r--r--src/DBCS.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/DBCS.cxx b/src/DBCS.cxx
index f53b8e9ed..f4aaff433 100644
--- a/src/DBCS.cxx
+++ b/src/DBCS.cxx
@@ -107,10 +107,6 @@ bool DBCSHasFoldMap(int codePage) {
return it != cpToFoldMap.end();
}
-void DBCSSetFoldMap(int codePage, const FoldMap &foldMap) {
- cpToFoldMap[codePage] = foldMap;
-}
-
FoldMap *DBCSGetMutableFoldMap(int codePage) {
// Constructs if needed
return &cpToFoldMap[codePage];