From 6b1a55825a3bd229d5ea343ed47ac36f6ca91062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Wed, 14 Sep 2011 15:39:53 +0300 Subject: [PATCH] apk: remove unneeded global apk_screen_width --- src/apk.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/apk.c b/src/apk.c index e11f9d9..ccab27e 100644 --- a/src/apk.c +++ b/src/apk.c @@ -33,7 +33,6 @@ #include "apk_print.h" char **apk_argv; -int apk_screen_width; static struct apk_option generic_options[] = { { 'h', "help", "Show generic help or applet specific help" },