diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-04-11 23:31:29 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-04-11 23:31:29 +0000 |
commit | 87b67f842fe53c3d5db553b6c1965f4588fecbfc (patch) | |
tree | 4c4d4d8de67b98f1c4ca7c26bdaa6b31b98694b1 /core/fxcodec/fx_codec.h | |
parent | b92ec18fdccd196035e02f3232c0b730637ac815 (diff) | |
download | pdfium-87b67f842fe53c3d5db553b6c1965f4588fecbfc.tar.xz |
Remove CFX_DIBAttribute::m_strAuthor
It is set in a couple of places, but the value is never used
for any purpose.
Change-Id: I6fc0839bc14b21ee8217fcb3eadf6c252ad67aa7
Reviewed-on: https://pdfium-review.googlesource.com/30330
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'core/fxcodec/fx_codec.h')
-rw-r--r-- | core/fxcodec/fx_codec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fxcodec/fx_codec.h b/core/fxcodec/fx_codec.h index 923eb7cb71..e64d95f45f 100644 --- a/core/fxcodec/fx_codec.h +++ b/core/fxcodec/fx_codec.h @@ -45,7 +45,6 @@ class CFX_DIBAttribute { int32_t m_nYDPI; float m_fAspectRatio; uint16_t m_wDPIUnit; - ByteString m_strAuthor; int32_t m_nGifLeft; int32_t m_nGifTop; uint32_t* m_pGifLocalPalette; |