mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 09:19:27 +00:00
Remove unused variable from replace_image_colors()
This commit is contained in:
parent
1ee3efd91d
commit
451bf02b82
@ -103,7 +103,6 @@ static void replace_image_colors(Image* image,
|
||||
LockImageBits<ImageTraits> bits(image, Image::ReadWriteLock);
|
||||
bool hasAlpha = false; // True if "image" has a pixel with alpha < 255
|
||||
color_t mainColor, bgColor;
|
||||
color_t maskColor = image->maskColor();
|
||||
|
||||
mainColor = bgColor = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user