.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@14382 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-04-25 13:51:30 +00:00
parent 9be3257a85
commit 6a88b9eebb

View file

@ -6,8 +6,6 @@ namespace Upp {
int ImageBuffer::ScanKind() const
{
bool a255 = false;
bool a0 = false;
const RGBA *s = pixels;
const RGBA *ee = pixels + (GetLength() & ~3);
while(s < ee) {