aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 0 insertions, 4 deletions
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;
};