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
2
screen.c
2
screen.c
@ -72,7 +72,7 @@ void
|
||||
screen_init_xinerama(struct screen_ctx *sc)
|
||||
{
|
||||
XineramaScreenInfo *info;
|
||||
int no, fake;
|
||||
int no;
|
||||
|
||||
if (HasXinerama == 0 || XineramaIsActive(X_Dpy) == 0) {
|
||||
HasXinerama = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user