richedit: Removed unused ME_AutoURLDetect function.

Dylan Smith dylan.ah.smith at gmail.com
Mon Nov 17 02:46:29 CST 2008


Auto URL detection is already implemented with the functions
ME_UpdateSelectionLinkAttribute
ME_FindNextURLCandidate
ME_UpdateLinkAttribute
ME_IsCandidateAnURL

The ME_AutoURLDetect function appears to be a previous attempt at
implementing this feature made by Brandon Woodmansee, but this feature
was later implemented properly by Alex Villicis Lasso.  In the process
the call to this function was removed, and the functionality was
implemented elsewhere, but the function itself was never removed.
---
 dlls/riched20/editor.c |   89 ------------------------------------------------
 dlls/riched20/editor.h |    1 -
 2 files changed, 0 insertions(+), 90 deletions(-)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-richedit-Removed-unused-ME_AutoURLDetect-functio.diff.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20081117/eb256f54/attachment.txt 


More information about the wine-patches mailing list