1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 04:20:27 +01:00

Remove unused variables

GCC -Wall complains about them.
This commit is contained in:
Carlos R. Mafra
2009-08-17 17:35:48 +02:00
parent ceeca912cd
commit 09a8911b6f
3 changed files with 2 additions and 7 deletions

View File

@@ -130,7 +130,7 @@ char*
xlfdToFc(char *xlfd, char *useFamily, Bool keepXLFD)
{
str *tokens, *family, *weight, *slant;
char *name, buf[64], *slt;
char *name, buf[64];
int size, pixelsize;
tokens = getXLFDTokens(xlfd);