remove unused variables

ok oga@
This commit is contained in:
okan
2009-01-11 18:25:49 +00:00
parent b523788c0e
commit b47283ab41
2 changed files with 2 additions and 3 deletions

View File

@@ -222,7 +222,6 @@ xev_handle_buttonpress(struct xevent *xev, XEvent *ee)
struct client_ctx *cc;
struct screen_ctx *sc;
struct mousebinding *mb;
char *wname;
sc = screen_fromroot(e->root);
cc = client_find(e->window);