riched20: remove two testing fixme's that were accidentally committed

Matt Finnicum mattfinn at gmail.com
Sun Aug 27 04:10:38 CDT 2006


Hi,
This patch removes two testing fixme's that accidentally got committed.
--Matt Finnicum
-------------- next part --------------
From b4dde49161e456a17ff539b0dd71f110252dca84 Mon Sep 17 00:00:00 2001
From: Matthew Finnicum <MattFinn at gmail.com>
Date: Sun, 27 Aug 2006 04:07:19 -0500
Subject: [PATCH] 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 843b67d..fa43e1f 100644
--- a/dlls/riched20/editor.c
+++ b/dlls/riched20/editor.c
@@ -2647,10 +2647,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))
-- 
1.4.2


More information about the wine-patches mailing list