Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/TTFont.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/xpdf/TTFont.h')
-rw-r--r--pdf/xpdf/TTFont.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/pdf/xpdf/TTFont.h b/pdf/xpdf/TTFont.h
index 96208e2..e4740ea 100644
--- a/pdf/xpdf/TTFont.h
+++ b/pdf/xpdf/TTFont.h
@@ -55,7 +55,6 @@ private:
enum TTFontIndexMode {
ttFontModeUnicode,
ttFontModeCharCode,
- ttFontModeCharCodeOffset,
ttFontModeCodeMap,
ttFontModeCIDToGIDMap
};
@@ -80,7 +79,6 @@ private:
TT_Face face;
TT_CharMap charMap;
TTFontIndexMode mode;
- int charMapOffset;
Guchar *codeMap;
Gushort *cidToGID;
int cidToGIDLen;