diff --git a/app/xtsscale/xtsscale.c b/app/xtsscale/xtsscale.c index 9a30bced3..a8f0ba277 100644 --- a/app/xtsscale/xtsscale.c +++ b/app/xtsscale/xtsscale.c @@ -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 * Copyright (c) 2009,2011 Matthieu Herrb @@ -104,7 +104,6 @@ XftFont *font; XftColor cross, errorColor, promptColor, bg; XftDraw *draw; unsigned int xpos, ypos, width, height; /* window size */ -char *progname; Bool interrupted = False; Bool verbose = False;