Index: xfa/fwl/lightwidget/cfwl_edit.h |
diff --git a/xfa/fwl/lightwidget/cfwl_edit.h b/xfa/fwl/lightwidget/cfwl_edit.h |
index 5f3e045535f84a4b43f753dca2a6002eae3a61ed..c7001a31660ca9c3ce6c5dee2aefb17ff092f25d 100644 |
--- a/xfa/fwl/lightwidget/cfwl_edit.h |
+++ b/xfa/fwl/lightwidget/cfwl_edit.h |
@@ -36,7 +36,6 @@ class CFWL_Edit : public CFWL_Widget { |
FWL_Error Insert(int32_t nStart, const FX_WCHAR* lpText, int32_t nLen); |
FWL_Error DeleteSelections(); |
FWL_Error DeleteRange(int32_t nStart, int32_t nCount = -1); |
- FWL_Error ReplaceSelections(const CFX_WideStringC& wsReplace); |
FWL_Error Replace(int32_t nStart, |
int32_t nLen, |
const CFX_WideStringC& wsReplace); |