mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
remove unused variables
ok oga@
This commit is contained in:
parent
b523788c0e
commit
b47283ab41
4
screen.c
4
screen.c
@ -71,8 +71,8 @@ screen_updatestackingorder(void)
|
|||||||
void
|
void
|
||||||
screen_init_xinerama(struct screen_ctx *sc)
|
screen_init_xinerama(struct screen_ctx *sc)
|
||||||
{
|
{
|
||||||
XineramaScreenInfo *info;
|
XineramaScreenInfo *info;
|
||||||
int no, fake;
|
int no;
|
||||||
|
|
||||||
if (HasXinerama == 0 || XineramaIsActive(X_Dpy) == 0) {
|
if (HasXinerama == 0 || XineramaIsActive(X_Dpy) == 0) {
|
||||||
HasXinerama = 0;
|
HasXinerama = 0;
|
||||||
|
@ -222,7 +222,6 @@ xev_handle_buttonpress(struct xevent *xev, XEvent *ee)
|
|||||||
struct client_ctx *cc;
|
struct client_ctx *cc;
|
||||||
struct screen_ctx *sc;
|
struct screen_ctx *sc;
|
||||||
struct mousebinding *mb;
|
struct mousebinding *mb;
|
||||||
char *wname;
|
|
||||||
|
|
||||||
sc = screen_fromroot(e->root);
|
sc = screen_fromroot(e->root);
|
||||||
cc = client_find(e->window);
|
cc = client_find(e->window);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user