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

Alexandre Julliard julliard at wine.codeweavers.com
Mon Aug 28 05:09:17 CDT 2006


Module: wine
Branch: master
Commit: 0d15a6ae152fa9fe6b0bed8e27d09563693f875d
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=0d15a6ae152fa9fe6b0bed8e27d09563693f875d

Author: Matt Finnicum <mattfinn at gmail.com>
Date:   Sun Aug 27 04:10:38 2006 -0500

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

---

 dlls/riched20/editor.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/dlls/riched20/editor.c b/dlls/riched20/editor.c
index 15d2654..a61ee03 100644
--- a/dlls/riched20/editor.c
+++ b/dlls/riched20/editor.c
@@ -2630,10 +2630,6 @@ void ME_LinkNotify(ME_TextEditor *editor
   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))




More information about the wine-cvs mailing list