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_ge.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_ge.h')
-rw-r--r-- | core/include/fxge/fx_ge.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/include/fxge/fx_ge.h b/core/include/fxge/fx_ge.h index a0c0ca5a2b..fd9c148b62 100644 --- a/core/include/fxge/fx_ge.h +++ b/core/include/fxge/fx_ge.h @@ -133,8 +133,6 @@ protected: void IntersectMaskRect(FX_RECT rect, FX_RECT mask_box, CFX_DIBitmapRef Mask); }; -extern const uint8_t g_GammaRamp[256]; -extern const uint8_t g_GammaInverse[256]; #define FX_GAMMA(value) (value) #define FX_GAMMA_INVERSE(value) (value) inline FX_ARGB ArgbGamma(FX_ARGB argb) |