user32: Remove unreachable code: break after return (Smatch).

This commit is contained in:
Michael Stefaniuc 2009-06-30 01:15:43 +02:00 committed by Alexandre Julliard
parent 9ee5f26570
commit e17af8082b
1 changed files with 0 additions and 1 deletions

View File

@ -1630,7 +1630,6 @@ static BOOL bitmap_has_alpha_channel( int bpp, unsigned char *bitmapBits,
if(bitmapBits[offset] != 0)
{
return TRUE;
break;
}
}
}