From d828bb2242fba9d74040228afc5ce0fb0202d14d Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Tue, 6 Mar 2012 23:24:38 +0000 Subject: Remove unused variable. --- app/xtsscale/xtsscale.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app') 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; -- cgit v1.2.3