| Index: xfa/fxfa/app/xfa_fftextedit.h
|
| diff --git a/xfa/fxfa/app/xfa_fftextedit.h b/xfa/fxfa/app/xfa_fftextedit.h
|
| index c6d9c9c8629b4c0754eda9327380aacbe189b7fb..048008d700a1e451821302898e90ed4d1d52153f 100644
|
| --- a/xfa/fxfa/app/xfa_fftextedit.h
|
| +++ b/xfa/fxfa/app/xfa_fftextedit.h
|
| @@ -52,8 +52,6 @@ class CXFA_FFTextEdit : public CXFA_FFField {
|
| const CFX_WideString& wsPrevText);
|
| void OnTextFull(IFWL_Widget* pWidget);
|
| FX_BOOL CheckWord(const CFX_ByteStringC& sWord);
|
| - FX_BOOL GetSuggestWords(const CFX_ByteStringC& sWord,
|
| - std::vector<CFX_ByteString>& sSuggest);
|
|
|
| protected:
|
| FX_BOOL CommitData() override;
|
|
|