mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
Kill obviously dead variable.
This commit is contained in:
parent
be5dfb4ea4
commit
25af744559
2
calmwm.h
2
calmwm.h
@ -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;
|
||||||
|
@ -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. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user