Commit 0d15a6ae authored by Matt Finnicum's avatar Matt Finnicum Committed by Alexandre Julliard

riched20: Remove two testing fixme's that were accidentally committed.

parent a20d0336
......@@ -2630,10 +2630,6 @@ void ME_LinkNotify(ME_TextEditor *editor, UINT msg, WPARAM wParam, LPARAM lParam
y = (short)HIWORD(lParam);
ME_FindPixelPos(editor, x, y, &tmpCursor, &bNothing);
tmpRun = &tmpCursor.pRun->member.run;
if (tmpRun->style->fmt.dwMask & CFM_UNDERLINE)
FIXME("CFM_UNDERLINE! GASP!\n");
if (tmpRun->style->fmt.dwEffects & CFE_UNDERLINE)
FIXME("CFE_UNDERLINE! GASP!\n");
if ((tmpRun->style->fmt.dwMask & CFM_LINK)
&& (tmpRun->style->fmt.dwEffects & CFE_LINK))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment