From 692db71b1e3ebdf3ad47ba859a6c9cece45c2a6f Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Mon, 12 May 2008 09:56:30 -0700 Subject: [PATCH] quartz: Silence a status message --- dlls/quartz/acmwrapper.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/dlls/quartz/acmwrapper.c b/dlls/quartz/acmwrapper.c index 60b8fd1..d877930 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; } -- 1.5.4.1