user32: Remove a useless comment.

This commit is contained in:
Alexandre Julliard 2010-01-06 09:54:35 +01:00
parent 7615ec0700
commit 993de4d82f
1 changed files with 0 additions and 10 deletions

View File

@ -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();