richedit: Removed some conditions that are always taken.
commitd306b6b5e901f02c52bb2596b855e4d03a43e650
authorDylan Smith <dylan.ah.smith@gmail.com>
Sat, 7 Feb 2009 18:21:03 +0000 (7 13:21 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 9 Feb 2009 12:05:12 +0000 (9 13:05 +0100)
tree3b9b24d22e59fdae8c892893d7e16747baf3b6c7
parent4b7e8f185b223c7c712f4102b91ef64877a58053
richedit: Removed some conditions that are always taken.

ME_GetCursorCoordinates had two conditions that were always taken.  The
first condition was if(pCursor->pRun->type == diRun) was following an
assertion making the exact same check.  The next one, if(row), should
always be taken, otherwise the richedit controls are in a corrupt state,
therefore an assertion is more appropriate.
dlls/riched20/caret.c