aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 6a453c1b..b69621d6 100644
--- a/tmux.h
+++ b/tmux.h
@@ -544,12 +544,10 @@ struct options_entry {
enum {
OPTIONS_STRING,
OPTIONS_NUMBER,
- OPTIONS_KEY,
} type;
union {
char *string;
long long number;
- int key;
} value;
SPLAY_ENTRY(options_entry) entry;