diff --git a/tmux.h b/tmux.h index da782eec..293e9ec0 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.445 2009-09-20 22:20:10 tcunha Exp $ */ +/* $Id: tmux.h,v 1.446 2009-09-22 13:45:06 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -542,12 +542,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;