summaryrefslogtreecommitdiff
path: root/core/fpdfdoc/cpvt_floatrect.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdfdoc/cpvt_floatrect.h')
-rw-r--r--core/fpdfdoc/cpvt_floatrect.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/fpdfdoc/cpvt_floatrect.h b/core/fpdfdoc/cpvt_floatrect.h
index a8b32dc7e5..c5eb2202bb 100644
--- a/core/fpdfdoc/cpvt_floatrect.h
+++ b/core/fpdfdoc/cpvt_floatrect.h
@@ -30,8 +30,6 @@ class CPVT_FloatRect : public CFX_FloatRect {
bottom = rect.bottom;
}
- void Default() { left = top = right = bottom = 0.0f; }
-
float Height() const {
if (top > bottom)
return top - bottom;