From 3d328767f9c0c04b62173aac03c35aab3fb87ffe Mon Sep 17 00:00:00 2001 From: tsepez Date: Tue, 24 Jan 2017 06:12:34 -0800 Subject: Use std::vector for CFX_RectF arrays Review-Url: https://codereview.chromium.org/2653743002 --- core/fxcrt/fx_coordinates.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core') diff --git a/core/fxcrt/fx_coordinates.h b/core/fxcrt/fx_coordinates.h index 979603864b..c266273885 100644 --- a/core/fxcrt/fx_coordinates.h +++ b/core/fxcrt/fx_coordinates.h @@ -431,10 +431,6 @@ class CFX_RTemplate { typedef CFX_RTemplate CFX_Rect; typedef CFX_RTemplate CFX_RectF; -#ifdef PDF_ENABLE_XFA -typedef CFX_ArrayTemplate CFX_RectFArray; -#endif // PDF_ENABLE_XFA - class CFX_FloatRect { public: CFX_FloatRect() : CFX_FloatRect(0.0f, 0.0f, 0.0f, 0.0f) {} -- cgit v1.2.3