From efd5a99f98a263da9de52059681ff6ed27b2567c Mon Sep 17 00:00:00 2001 From: dsinclair Date: Mon, 18 Jul 2016 10:04:07 -0700 Subject: Removing default params from CFX_Edit. This CL removes all of the default params from CFX_Edit. They are either moved to the callsite or removed completely if unused. Review-Url: https://codereview.chromium.org/2152473002 --- fpdfsdk/pdfwindow/PWL_Edit.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'fpdfsdk/pdfwindow/PWL_Edit.h') diff --git a/fpdfsdk/pdfwindow/PWL_Edit.h b/fpdfsdk/pdfwindow/PWL_Edit.h index 008e1fd4a5..df69ebf5d7 100644 --- a/fpdfsdk/pdfwindow/PWL_Edit.h +++ b/fpdfsdk/pdfwindow/PWL_Edit.h @@ -76,10 +76,7 @@ class CPWL_Edit : public CPWL_EditCtrl { void SetCharArray(int32_t nCharArray); void SetLimitChar(int32_t nLimitChar); - void SetHorzScale(int32_t nHorzScale, FX_BOOL bPaint = TRUE); - void SetCharSpace(FX_FLOAT fCharSpace, FX_BOOL bPaint = TRUE); - - void SetLineLeading(FX_FLOAT fLineLeading, FX_BOOL bPaint = TRUE); + void SetCharSpace(FX_FLOAT fCharSpace); FX_BOOL CanSelectAll() const; FX_BOOL CanClear() const; -- cgit v1.2.3