Skip to content

Commit

Permalink
cleanup unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs committed Jul 20, 2014
1 parent 150e3d8 commit 0262565
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xbanish.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ void
snoop(Display *dpy, Window win)
{
Window parent, root, *kids = NULL;
XTextProperty text_prop;
XSetWindowAttributes sattrs;
unsigned int nkids = 0, i;

Expand Down Expand Up @@ -213,7 +212,6 @@ snoop_xinput(Display *dpy, Window win)
{
int opcode, event, error, numdevs, i, j;
int ev = 0;
int kp_type = -1, bp_type = -1;
XDeviceInfo *devinfo;
XInputClassInfo *ici;
XDevice *device;
Expand Down

0 comments on commit 0262565

Please sign in to comment.