From 3ed5aa3e72bf0e720f1ea35159a1d15b1f02e0ff Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 9 Jan 2009 23:57:42 +0000 Subject: Build array of codes, stop using ncurses global variables and push ncurses crap into tty-term.c. --- key-string.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'key-string.c') diff --git a/key-string.c b/key-string.c index 56c69e98..9a15144a 100644 --- a/key-string.c +++ b/key-string.c @@ -1,4 +1,4 @@ -/* $Id: key-string.c,v 1.11 2009-01-09 16:45:58 nicm Exp $ */ +/* $Id: key-string.c,v 1.12 2009-01-09 23:57:42 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -88,7 +88,6 @@ key_string_search_table(const char *string) int key_string_lookup_string(const char *string) { - u_int i; int key; if (string[0] == '\0') -- cgit