Index: xfa/fwl/basewidget/ifwl_edit.h |
diff --git a/xfa/fwl/basewidget/ifwl_edit.h b/xfa/fwl/basewidget/ifwl_edit.h |
index 6260ce80b630805937d6b5f1a8fe8ec5c0e43c2a..5650bce4dc2a82b34ac1a774bfa5872723e625e2 100644 |
--- a/xfa/fwl/basewidget/ifwl_edit.h |
+++ b/xfa/fwl/basewidget/ifwl_edit.h |
@@ -120,7 +120,6 @@ class IFWL_Edit : public IFWL_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); |