summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_coordinates.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-12-01 19:38:51 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-12-01 19:38:51 +0000
commit789a42bf019b80f7490b785dbed548b578414afe (patch)
treec7eaed24ab05c2bd244c00f918a0587673027de8 /core/fxcrt/fx_coordinates.h
parenta07159bb2eff04b300406b072eec4f3182cf7269 (diff)
downloadpdfium-789a42bf019b80f7490b785dbed548b578414afe.tar.xz
Remove unused CFX_FloatRect::Substract4().
Change-Id: I08706f53bf3960cbea60b09a1702bf0ba371f1ce Reviewed-on: https://pdfium-review.googlesource.com/20211 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'core/fxcrt/fx_coordinates.h')
-rw-r--r--core/fxcrt/fx_coordinates.h2
1 files changed, 0 insertions, 2 deletions
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;