commit | f148d82093fe44d8e405ad4ab9704b185fa3c2ce | [log] [tgz] |
---|---|---|
author | Dylan Smith <dylan.ah.smith@gmail.com> | Sat Feb 07 13:21:10 2009 -0500 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Feb 09 13:05:12 2009 +0100 |
tree | 9d1e71eb1d521d695e81b18b42e7ffb4a4e58146 | |
parent | d306b6b5e901f02c52bb2596b855e4d03a43e650 [diff] |
richedit: Got rid of useless function ME_VPosToPos. The function was just returning the second parameter. It had some commented out code that indicated that previously backslashes weren't included in the length. Native wordpad doesn't handle backspaces in a special way, so this must have been an internal representation that complicated finding the position of characters.