mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@14382 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
9be3257a85
commit
6a88b9eebb
1 changed files with 0 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue