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

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

View File

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