richedit: Removed unused hwndEdit variable for the RTF parser.

Dylan Smith dylan.ah.smith at gmail.com
Mon Dec 15 03:31:52 CST 2008


There is no reason for the rich text format parser to need a handle to
the window, and even if there were it has a handle to the editor which
contains a handle to the window.  It is better to remove this
considering we need to cut down on the use of window handles to
implement windowless richedit controls.
---
 dlls/riched20/editor.c |    1 -
 dlls/riched20/rtf.h    |    3 ---
 2 files changed, 0 insertions(+), 4 deletions(-)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-richedit-Removed-unused-hwndEdit-variable-for-th.diff.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20081215/376726c7/attachment.txt 


More information about the wine-patches mailing list