quartz: Silence a fixme.
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 @@
     This->lasttime_real = tStop;
     This->lasttime_sent = tMed;
 
-    if (hr != S_OK)
-        FIXME("FATALITY: %08x\n", hr);
-
     return hr;
 }