summaryrefslogtreecommitdiff
path: root/core/fpdfapi/font/ttgsubtable.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2017-05-04 10:20:28 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-05-04 17:49:15 +0000
commitb4a75830cc03dc6c44c4e0f3b5e31d05a0d8596a (patch)
tree9b11e23c4a0d59e3cb9464130465b694c68c25a1 /core/fpdfapi/font/ttgsubtable.h
parentdcefccc9f0f2002f79a4a67048fac1360c1d6c26 (diff)
downloadpdfium-b4a75830cc03dc6c44c4e0f3b5e31d05a0d8596a.tar.xz
Remove CFX_GlyphMap
It's only instantiated in one place, and then nothing is ever put into the map. Change-Id: I8ebee324e0ec63c139309275c8de115d38063dc6 Reviewed-on: https://pdfium-review.googlesource.com/4877 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'core/fpdfapi/font/ttgsubtable.h')
-rw-r--r--core/fpdfapi/font/ttgsubtable.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/fpdfapi/font/ttgsubtable.h b/core/fpdfapi/font/ttgsubtable.h
index 4b937f0473..c3bff43957 100644
--- a/core/fpdfapi/font/ttgsubtable.h
+++ b/core/fpdfapi/font/ttgsubtable.h
@@ -17,18 +17,6 @@
#include "core/fxge/fx_font.h"
#include "core/fxge/fx_freetype.h"
-class CFX_GlyphMap {
- public:
- CFX_GlyphMap();
- ~CFX_GlyphMap();
-
- void SetAt(int key, int value);
- bool Lookup(int key, int& value);
-
- protected:
- CFX_BinaryBuf m_Buffer;
-};
-
class CFX_CTTGSUBTable {
public:
CFX_CTTGSUBTable();
@@ -154,7 +142,6 @@ class CFX_CTTGSUBTable {
virtual ~TCoverageFormatBase() {}
uint16_t CoverageFormat;
- CFX_GlyphMap m_glyphMap;
private:
TCoverageFormatBase(const TCoverageFormatBase&);