Kill obviously dead variable.

This commit is contained in:
oga 2008-12-04 23:55:04 +00:00
parent be5dfb4ea4
commit 25af744559
2 changed files with 1 additions and 4 deletions

View File

@ -116,8 +116,6 @@ struct client_ctx {
int x,y; int x,y;
} ptr; } ptr;
int beepbeep;
int xproto; int xproto;
int flags; int flags;

View File

@ -51,8 +51,7 @@ xev_handle_maprequest(struct xevent *xev, XEvent *ee)
XGetWindowAttributes(X_Dpy, e->window, &xattr); XGetWindowAttributes(X_Dpy, e->window, &xattr);
cc = client_new(e->window, screen_fromroot(xattr.root), 1); cc = client_new(e->window, screen_fromroot(xattr.root), 1);
sc = CCTOSC(cc); sc = CCTOSC(cc);
} else }
cc->beepbeep = 1;
#ifdef notyet /* XXX - possibly, we shouldn't map if #ifdef notyet /* XXX - possibly, we shouldn't map if
* the window is withdrawn. */ * the window is withdrawn. */