diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-09-20 16:24:29 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-09-21 14:41:30 +0000 |
commit | 46fc3fa47dc5c863519c5c3d834319b80bf5ff4a (patch) | |
tree | e875073965efa5db02fd7ff5230bd3c640605970 /xfa/fwl | |
parent | b8777a2c5f38ea4d6fc74ea01a114d3e056c0fdb (diff) | |
download | pdfium-46fc3fa47dc5c863519c5c3d834319b80bf5ff4a.tar.xz |
Remove old TODO
I don't think this is valid anymore, removing TODO.
Change-Id: I69cfbf499fe9f259f664d30be850604a246ed6dd
Reviewed-on: https://pdfium-review.googlesource.com/14531
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fwl')
-rw-r--r-- | xfa/fwl/cfwl_comboedit.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xfa/fwl/cfwl_comboedit.cpp b/xfa/fwl/cfwl_comboedit.cpp index 2e53dbdf80..4fa127745e 100644 --- a/xfa/fwl/cfwl_comboedit.cpp +++ b/xfa/fwl/cfwl_comboedit.cpp @@ -28,9 +28,6 @@ void CFWL_ComboEdit::ClearSelected() { void CFWL_ComboEdit::SetSelected() { FlagFocus(true); - - // TODO(dsinclair): Fix CFWL_CombEdit::SetSelected - // GetTxtEdtEngine()->MoveCaretPos(FDE_CaretMove::End, false); SelectAll(); } |