user32: Remove dead code (clang).

This commit is contained in:
André Hentschel 2011-07-03 13:33:53 +02:00 committed by Alexandre Julliard
parent 14ac50c7b7
commit 9cd2d61b6e
1 changed files with 1 additions and 1 deletions

View File

@ -2987,7 +2987,7 @@ DWORD_PTR WINAPI SetSysColorsTemp( const COLORREF *pPens, const HBRUSH *pBrushes
LPVOID p = pOldCol;
*(DWORD *)p = n; p = (char*)p + sizeof(DWORD);
memcpy(p, SysColorPens, n*sizeof(HPEN)); p = (char*)p + n*sizeof(HPEN);
memcpy(p, SysColorBrushes, n*sizeof(HBRUSH)); p = (char*)p + n*sizeof(HBRUSH);
memcpy(p, SysColorBrushes, n*sizeof(HBRUSH));
for (i=0; i < n; i++)
{