removed aux* stuff from Client
45768ee0
1 file(s) · +0 −4
| 94 | 94 | Client *next; |
|
| 95 | 95 | Client *snext; |
|
| 96 | 96 | Window win; |
|
| 97 | - | void *aux; |
|
| 98 | - | void (*freeaux)(void *); |
|
| 99 | 97 | }; |
|
| 100 | 98 | ||
| 101 | 99 | typedef struct { |
|
| 1521 | 1519 | detachstack(c); |
|
| 1522 | 1520 | if(sel == c) |
|
| 1523 | 1521 | focus(NULL); |
|
| 1524 | - | if(c->aux && c->freeaux) |
|
| 1525 | - | c->freeaux(c->aux); |
|
| 1526 | 1522 | XUngrabButton(dpy, AnyButton, AnyModifier, c->win); |
|
| 1527 | 1523 | setclientstate(c, WithdrawnState); |
|
| 1528 | 1524 | free(c); |
|