From 88310a09c2470589aa4343d9da9f5c43427a060a Mon Sep 17 00:00:00 2001 From: notmasteryet Date: Mon, 28 Nov 2011 19:49:02 -0600 Subject: [PATCH] Removing refreshToUnicode --- src/fonts.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/fonts.js b/src/fonts.js index 734b38c4a..9ec87227e 100644 --- a/src/fonts.js +++ b/src/fonts.js @@ -1974,9 +1974,6 @@ var Font = (function Font() { } } this.toUnicode = map; - this.refreshToUnicode = function refreshToUnicode() { - this.font_rebuildToUnicode(properties); - }; }, loadCidToUnicode: function font_loadCidToUnicode(properties) {