From 789a42bf019b80f7490b785dbed548b578414afe Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 1 Dec 2017 19:38:51 +0000 Subject: Remove unused CFX_FloatRect::Substract4(). Change-Id: I08706f53bf3960cbea60b09a1702bf0ba371f1ce Reviewed-on: https://pdfium-review.googlesource.com/20211 Reviewed-by: Henrique Nakashima Commit-Queue: Lei Zhang --- core/fxcrt/fx_coordinates.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/fxcrt/fx_coordinates.h') diff --git a/core/fxcrt/fx_coordinates.h b/core/fxcrt/fx_coordinates.h index 5840a14815..49173a38e8 100644 --- a/core/fxcrt/fx_coordinates.h +++ b/core/fxcrt/fx_coordinates.h @@ -255,8 +255,6 @@ class CFX_FloatRect { FX_RECT GetClosestRect() const; CFX_FloatRect GetCenterSquare() const; - int Substract4(CFX_FloatRect& substract_rect, CFX_FloatRect* pRects); - void InitRect(const CFX_PointF& point) { left = point.x; right = point.x; -- cgit v1.2.3