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;