aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-02-17 23:05:57 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-02-17 23:05:57 +0000
commit7d1a8f7e9e9260d0279809957d9ccdbb1b5ab315 (patch)
treed5b422c4d38bf8e0817a6625d4d8346069891e31
parent8df3ec612a8c496fc2c975b8241f4e95faef5715 (diff)
downloadrtmux-7d1a8f7e9e9260d0279809957d9ccdbb1b5ab315.tar.gz
rtmux-7d1a8f7e9e9260d0279809957d9ccdbb1b5ab315.tar.bz2
rtmux-7d1a8f7e9e9260d0279809957d9ccdbb1b5ab315.zip
Remove stray test code which would convert abc to x.
-rw-r--r--tty-keys.c2
1 files changed, 0 insertions, 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. */