• Dylan Smith's avatar
    richedit: Removed unused hwndEdit variable for the RTF parser. · 7e94a230
    Dylan Smith authored
    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.
    7e94a230
rtf.h 37.3 KB