From 7d6e28c3bbc612ef2f7d2e70ab8fd4b273ea4be1 Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Mon, 12 May 2008 09:56:30 -0700 Subject: [PATCH] quartz: Silence a fixme. --- dlls/quartz/acmwrapper.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/quartz/acmwrapper.c b/dlls/quartz/acmwrapper.c index 60b8fd1be42..d8779305857 100644 --- a/dlls/quartz/acmwrapper.c +++ b/dlls/quartz/acmwrapper.c @@ -210,9 +210,6 @@ error: This->lasttime_real = tStop; This->lasttime_sent = tMed; - if (hr != S_OK) - FIXME("FATALITY: %08x\n", hr); - return hr; }