diff options
author | tsepez <tsepez@chromium.org> | 2017-01-20 12:22:16 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2017-01-20 12:22:16 -0800 |
commit | 6db6fbcdee9f1887ac02c647210bd5013358f12d (patch) | |
tree | 04362c260a6be7bc6bc24e7b8b45ea71850b979b /core/fxcrt/fx_coordinates.h | |
parent | bc8dcc3ede286fbcaac3f741c379297cffff0eea (diff) | |
download | pdfium-6db6fbcdee9f1887ac02c647210bd5013358f12d.tar.xz |
Remove CFX_Points, CFX_PointsF in favor of std::vector
CFX_Points was unused.
Review-Url: https://codereview.chromium.org/2645523006
Diffstat (limited to 'core/fxcrt/fx_coordinates.h')
-rw-r--r-- | core/fxcrt/fx_coordinates.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/fxcrt/fx_coordinates.h b/core/fxcrt/fx_coordinates.h index d8ad4efe48..979603864b 100644 --- a/core/fxcrt/fx_coordinates.h +++ b/core/fxcrt/fx_coordinates.h @@ -75,11 +75,6 @@ typedef CFX_PSTemplate<FX_FLOAT> CFX_PointF; typedef CFX_PSTemplate<int32_t> CFX_Size; typedef CFX_PSTemplate<FX_FLOAT> CFX_SizeF; -#ifdef PDF_ENABLE_XFA -typedef CFX_ArrayTemplate<CFX_Point> CFX_Points; -typedef CFX_ArrayTemplate<CFX_PointF> CFX_PointsF; -#endif // PDF_ENABLE_XFA - template <class BaseType> class CFX_VTemplate : public CFX_PSTemplate<BaseType> { public: |