diff options
author | Lei Zhang <thestig@chromium.org> | 2015-07-22 13:33:43 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-07-22 13:33:43 -0700 |
commit | b05f1fd710496dea44b001bb905fa1c16a39bb28 (patch) | |
tree | 43b7a7fac7b4ce08c287bfc03d09e5e1201e20d0 /core/include/fxge/fx_font.h | |
parent | 81698d1d14bcc9b04799c2bc47440e6d86629f18 (diff) | |
download | pdfium-b05f1fd710496dea44b001bb905fa1c16a39bb28.tar.xz |
Remove dead code found by Scythe.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1249643003 .
Diffstat (limited to 'core/include/fxge/fx_font.h')
-rw-r--r-- | core/include/fxge/fx_font.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/include/fxge/fx_font.h b/core/include/fxge/fx_font.h index 5a0a3b2651..8c91c41c3f 100644 --- a/core/include/fxge/fx_font.h +++ b/core/include/fxge/fx_font.h @@ -403,13 +403,6 @@ private: CFX_MapByteStringToPtr m_SizeMap; CFX_MapPtrToPtr m_PathMap; CFX_DIBitmap* m_pBitmap; - void* m_pPlatformGraphics; - void* m_pPlatformBitmap; - void* m_hDC; - void* m_hBitmap; - void* m_hOldBitmap; - void* m_hGdiFont; - void* m_hOldGdiFont; void InitPlatform(); void DestroyPlatform(); |