1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Removing refreshToUnicode

This commit is contained in:
notmasteryet 2011-11-28 19:49:02 -06:00
parent e4e864766d
commit 88310a09c2

View file

@ -1974,9 +1974,6 @@ var Font = (function Font() {
}
}
this.toUnicode = map;
this.refreshToUnicode = function refreshToUnicode() {
this.font_rebuildToUnicode(properties);
};
},
loadCidToUnicode: function font_loadCidToUnicode(properties) {