1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-18 20:10:29 +01:00

wrlib: Value stored to 'i'|'tmpc' is never read

Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
This commit is contained in:
Amadeusz Sławiński
2014-05-18 13:32:41 +02:00
committed by Carlos R. Mafra
parent 41c943e900
commit 1c6d0f38ef

View File

@@ -87,7 +87,6 @@ static Bool addcolor(XPMColor ** list, unsigned r, unsigned g, unsigned b, int *
int index;
index = r << 16 | g << 8 | b;
tmpc = *list;
tmpc = lookfor(*list, index);
@@ -225,7 +224,6 @@ Bool RSaveXPM(RImage * image, const char *filename)
fprintf(file, "\"%s c None\",\n", transp);
}
i = 0;
outputcolormap(file, colormap, charsPerPixel);
r = image->data;