removed crappy variables
This commit is contained in:
parent
846850914d
commit
7b6d5ff298
3 changed files with 5 additions and 5 deletions
4
client.c
4
client.c
|
@ -52,8 +52,6 @@ grabbuttons(Client *c, Bool focus)
|
|||
static void
|
||||
resizetitle(Client *c)
|
||||
{
|
||||
int i;
|
||||
|
||||
c->tw = textw(c->name);
|
||||
if(c->tw > c->w)
|
||||
c->tw = c->w + 2;
|
||||
|
@ -340,7 +338,7 @@ void
|
|||
settitle(Client *c)
|
||||
{
|
||||
char **list = NULL;
|
||||
int i, n;
|
||||
int n;
|
||||
XTextProperty name;
|
||||
|
||||
name.nitems = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue