From a790e16fa25e0fce4fc0f8ac6e83147a83ede3e8 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 5 Nov 2009 10:44:36 +0000 Subject: Key flags are only used for initialisation so they are not needed in the main tty_key struct. --- tmux.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 40bd238b..c2165287 100644 --- a/tmux.h +++ b/tmux.h @@ -939,10 +939,6 @@ struct tty_key { int key; char *string; - int flags; -#define TTYKEY_CTRL 0x1 -#define TTYKEY_RAW 0x2 - RB_ENTRY(tty_key) entry; }; -- cgit