user32: Remove unreachable code: break after return (Smatch).
This commit is contained in:
parent
9ee5f26570
commit
e17af8082b
@ -1630,7 +1630,6 @@ static BOOL bitmap_has_alpha_channel( int bpp, unsigned char *bitmapBits,
|
|||||||
if(bitmapBits[offset] != 0)
|
if(bitmapBits[offset] != 0)
|
||||||
{
|
{
|
||||||
return TRUE;
|
return TRUE;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user