Remove unused variable.
This commit is contained in:
parent
7aed9f3167
commit
6031f2a714
@ -1,4 +1,4 @@
|
|||||||
/* $OpenBSD: xtsscale.c,v 1.22 2012/03/06 23:23:44 matthieu Exp $ */
|
/* $OpenBSD: xtsscale.c,v 1.23 2012/03/06 23:24:37 matthieu Exp $ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Robert Nagy <robert@openbsd.org>
|
* Copyright (c) 2007 Robert Nagy <robert@openbsd.org>
|
||||||
* Copyright (c) 2009,2011 Matthieu Herrb <matthieu@herrb.eu>
|
* Copyright (c) 2009,2011 Matthieu Herrb <matthieu@herrb.eu>
|
||||||
@ -104,7 +104,6 @@ XftFont *font;
|
|||||||
XftColor cross, errorColor, promptColor, bg;
|
XftColor cross, errorColor, promptColor, bg;
|
||||||
XftDraw *draw;
|
XftDraw *draw;
|
||||||
unsigned int xpos, ypos, width, height; /* window size */
|
unsigned int xpos, ypos, width, height; /* window size */
|
||||||
char *progname;
|
|
||||||
Bool interrupted = False;
|
Bool interrupted = False;
|
||||||
Bool verbose = False;
|
Bool verbose = False;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user