From 7d1a8f7e9e9260d0279809957d9ccdbb1b5ab315 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 17 Feb 2013 23:05:57 +0000 Subject: [PATCH] Remove stray test code which would convert abc to x. --- tty-keys.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tty-keys.c b/tty-keys.c index 1ede0617..5e61de6f 100644 --- a/tty-keys.c +++ b/tty-keys.c @@ -364,8 +364,6 @@ tty_keys_build(struct tty *tty) tty_keys_add(tty, s, tdkc->key); } - - tty_keys_add(tty, "abc", 'x'); } /* Free the entire key tree. */