Revert "XPM loader: Fix potentially uninitialized pixel data"

This introduced other issues, proper fix coming up..

This reverts commit cbc09c0345.
This commit is contained in:
Kim Woelders 2018-07-21 15:24:01 +02:00
parent 621d498450
commit 4e6d8e8938
1 changed files with 0 additions and 3 deletions

View File

@ -278,9 +278,6 @@ load(ImlibImage * im, ImlibProgressFunction progress, char progress_granularity,
{
transp = 1;
cmap[j].transp = 1;
cmap[j].r = 0;
cmap[j].g = 0;
cmap[j].b = 0;
}
else
{