richedit: Removed redundant code for getting the insert style.
commit461830a83d46f1867a6097e1498eaf10ce0a2680
authorDylan Smith <dylan.ah.smith@gmail.com>
Thu, 26 Jun 2008 20:17:17 +0000 (26 16:17 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 27 Jun 2008 09:08:19 +0000 (27 11:08 +0200)
tree0c69f1c67c5754e4998378b306c2729778382f9f
parent629761acde13283e0dfc6c42cab3e91e11fbbd88
richedit: Removed redundant code for getting the insert style.

The function ME_GetInsertStyle already checks for the case where there
is a selection, so there is no need to duplicate this code for
ME_GetSelectionInsertStyle.
dlls/riched20/caret.c