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

@ -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;

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);