diff options
author | tsepez <tsepez@chromium.org> | 2016-12-13 12:45:56 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-12-13 12:45:56 -0800 |
commit | 988599c5d81bbb568f949454580ec6001258f806 (patch) | |
tree | ef17a32995dabec3c63418a2f65fb21a950ade70 /core/fxcrt | |
parent | 05b4fc1227f5b6d39a3a65daf915a92ea3b749f4 (diff) | |
download | pdfium-988599c5d81bbb568f949454580ec6001258f806.tar.xz |
Replace CFX_FloatArray with std::vector
Review-Url: https://codereview.chromium.org/2567503002
Diffstat (limited to 'core/fxcrt')
-rw-r--r-- | core/fxcrt/fx_basic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fxcrt/fx_basic.h b/core/fxcrt/fx_basic.h index d320e7d786..1bc4bbd588 100644 --- a/core/fxcrt/fx_basic.h +++ b/core/fxcrt/fx_basic.h @@ -317,7 +317,6 @@ class CFX_ArrayTemplate : public CFX_BasicArray { }; #ifdef PDF_ENABLE_XFA -typedef CFX_ArrayTemplate<FX_FLOAT> CFX_FloatArray; typedef CFX_ArrayTemplate<uint8_t> CFX_ByteArray; typedef CFX_ArrayTemplate<int32_t> CFX_Int32Array; #endif // PDF_ENABLE_XFA |