commit | 7d6e28c3bbc612ef2f7d2e70ab8fd4b273ea4be1 | [log] [tgz] |
---|---|---|
author | Maarten Lankhorst <m.b.lankhorst@gmail.com> | Mon May 12 09:56:30 2008 -0700 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue May 13 11:21:05 2008 +0200 |
tree | 77575106e9b5a1b0c8e7331858f74cf14123581c | |
parent | a4d0d4fe360759dcfabd2c8857cd81f19ee19a3b [diff] |
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; }