diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-05 00:48:51 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-05 00:48:51 +0000 |
| commit | 0c15af505fb5bcd5e906e0146f82038b51f73307 (patch) | |
| tree | 5b6adca1dac6491f1f10615c0b59a907174d5afc /openbox | |
| parent | 071b5ee301bc847d95b1ae7b5bd6c2c4d225955d (diff) | |
unused variable
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c index 183da24e..1714e29c 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1694,7 +1694,6 @@ void client_reconfigure(ObClient *self) void client_update_wmhints(ObClient *self) { XWMHints *hints; - GSList *it; /* assume a window takes input if it doesnt specify */ self->can_focus = TRUE; |
