Re: richedit: Removed unused ME_Document structure.

2009-02-16 Thread Dylan Smith
On Mon, Feb 16, 2009 at 3:19 PM, James McKenzie wrote: > Would this be needed for EM_FORMATRANGE support or can this safely be > removed. Don't want to delete and then add back code. > This wouldn't be needed for EM_FORMATRANGE. If it were to duplicate the text to cache the formatting it could

Re: richedit: Removed unused ME_Document structure.

2009-02-16 Thread James McKenzie
Dylan Smith wrote: > The ME_TextBuffer structure is what is used to store the document (as a > linked list), so the ME_Document structure isn't being used. There was > also a document pointer in the ME_Paragraph structure that was also > unused, so I removed it because it is probably related to th