richedit: Removed ME_InsertRun since it uses character offsets.
commit8f0dfaba3020d5e660705446fb13b39b71979a22
authorDylan Smith <dylan.ah.smith@gmail.com>
Thu, 13 Aug 2009 12:44:13 +0000 (13 08:44 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 13 Aug 2009 13:35:07 +0000 (13 15:35 +0200)
tree2ea96b122d9f268f55d2ade9b2ceabeb22b8e141
parent02228ee176a2e1403cb4320b13febe6d9b0b5179
richedit: Removed ME_InsertRun since it uses character offsets.

The function was used in one place, and was simply a wrapper around a
call to ME_InsertRunAtCursor, so I removed it to avoids it use in other
parts of the code.
dlls/riched20/editor.h
dlls/riched20/run.c
dlls/riched20/undo.c