From 6db6fbcdee9f1887ac02c647210bd5013358f12d Mon Sep 17 00:00:00 2001 From: tsepez Date: Fri, 20 Jan 2017 12:22:16 -0800 Subject: Remove CFX_Points, CFX_PointsF in favor of std::vector CFX_Points was unused. Review-Url: https://codereview.chromium.org/2645523006 --- core/fxcrt/fx_coordinates.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'core/fxcrt/fx_coordinates.h') 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 CFX_PointF; typedef CFX_PSTemplate CFX_Size; typedef CFX_PSTemplate CFX_SizeF; -#ifdef PDF_ENABLE_XFA -typedef CFX_ArrayTemplate CFX_Points; -typedef CFX_ArrayTemplate CFX_PointsF; -#endif // PDF_ENABLE_XFA - template class CFX_VTemplate : public CFX_PSTemplate { public: -- cgit v1.2.3