From: Ivy Foster Date: Wed, 27 Apr 2016 03:26:01 +0000 (-0500) Subject: Remove unused variable from os_process_arguments X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=52ed31b2f482e85cad51893926cd4e3c8184b2f6;p=liskon_frotz.git Remove unused variable from os_process_arguments --- diff --git a/src/curses/ux_init.c b/src/curses/ux_init.c index d7b87c0..af46d3e 100644 --- a/src/curses/ux_init.c +++ b/src/curses/ux_init.c @@ -148,7 +148,7 @@ void os_fatal (const char *s, ...) void os_process_arguments (int argc, char *argv[]) { - int c, i; + int c; char *p = NULL; char *blorb_ext = NULL;