user32: Don't bother using the register storage class specifier.

This commit is contained in:
Michael Stefaniuc 2012-09-14 12:16:44 +02:00 committed by Alexandre Julliard
parent bee1573cb7
commit 20595d2988
1 changed files with 1 additions and 1 deletions

View File

@ -1662,7 +1662,7 @@ static void MENU_DrawMenuItem( HWND hwnd, HMENU hmenu, HWND hwndOwner, HDC hdc,
/* process text if present */
if (lpitem->text)
{
register int i;
int i;
HFONT hfontOld = 0;
UINT uFormat = (menuBar) ?