richedit: Remove redundant commit and repaint in ME_StreamInText.
commit1964e603fd7d8faa787438dae8781b30402a5a65
authorDylan Smith <dylan.ah.smith@gmail.com>
Thu, 29 Jul 2010 01:17:29 +0000 (28 21:17 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 29 Jul 2010 08:27:38 +0000 (29 10:27 +0200)
tree13299fb079d69cbbf352a3fdaa5da4e7950531a5
parent328a3f1d8c7e254ab003bd22ad52251d8591ed8e
richedit: Remove redundant commit and repaint in ME_StreamInText.

ME_StreamInText is only used in one function, ME_StreamIn, which always
calls ME_CommitUndo and ME_UpdateRepaint after calling this function.
dlls/riched20/editor.c