[PATCH 1/6] dwrite: Remove duplicated trace call.

Nikolay Sivov nsivov at codeweavers.com
Mon Mar 8 02:30:46 CST 2021


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 dlls/dwrite/font.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dlls/dwrite/font.c b/dlls/dwrite/font.c
index 9232f29317f..8a5033ab64f 100644
--- a/dlls/dwrite/font.c
+++ b/dlls/dwrite/font.c
@@ -7226,9 +7226,6 @@ static HRESULT WINAPI dwritefontset_GetPropertyValues(IDWriteFontSet3 *iface, UI
 {
     static int once;
 
-    if (!once++)
-        FIXME("%p: stub\n", iface);
-
     if (!once++)
         FIXME("%p, %u, %d, %p, %p.\n", iface, index, id, exists, values);
 
-- 
2.30.1




More information about the wine-devel mailing list