From 993de4d82f910258fd2a36b4b7bef4af741e1012 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 6 Jan 2010 09:54:35 +0100 Subject: [PATCH] user32: Remove a useless comment. --- dlls/user32/painting.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/dlls/user32/painting.c b/dlls/user32/painting.c index 883b0c1f55b..cde642c9194 100644 --- a/dlls/user32/painting.c +++ b/dlls/user32/painting.c @@ -1110,16 +1110,6 @@ BOOL WINAPI LockWindowUpdate( HWND hwnd ) { static HWND lockedWnd; - /* This function is fully implemented by the following patch: - * - * http://www.winehq.org/hypermail/wine-patches/2004/01/0142.html - * - * but in order to work properly, it needs the ability to invalidate - * DCEs in other processes when the lock window is changed, which - * isn't possible yet. - * -mike - */ - FIXME("(%p), partial stub!\n",hwnd); USER_Lock();