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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user