From 84158d674252ecee8b023baf76a86963f73d6aed Mon Sep 17 00:00:00 2001 From: Rob Shearman Date: Tue, 9 Jan 2007 17:14:39 +0000 Subject: [PATCH] ole32: Remove a FIXME comment that no longer applies. --- dlls/ole32/compobj.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/ole32/compobj.c b/dlls/ole32/compobj.c index f5e2789aeb3..452ea0d859d 100644 --- a/dlls/ole32/compobj.c +++ b/dlls/ole32/compobj.c @@ -3219,7 +3219,6 @@ HRESULT WINAPI CoWaitForMultipleHandles(DWORD dwFlags, DWORD dwTimeout, * COM call */ if (COM_PeekMessage(apt, &msg)) { - /* FIXME: filter the messages here */ TRACE("received message whilst waiting for RPC: 0x%04x\n", msg.message); TranslateMessage(&msg); DispatchMessageW(&msg);