richedit: Removed unused ME_Document structure.
commit3903a110fbed77b8ab6593e1b9109494060337be
authorDylan Smith <dylan.ah.smith@gmail.com>
Mon, 16 Feb 2009 18:50:26 +0000 (16 13:50 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 17 Feb 2009 11:46:56 +0000 (17 12:46 +0100)
tree99652d0a1f3003accfe507207ec7f2268da7e5ba
parent32064cb5532f8056cd90bec2fc05a1dfc862b84c
richedit: Removed unused ME_Document structure.

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 this
used structure.
dlls/riched20/editstr.h