Remove PROMPT_HIDDEN code which is now unused.

This commit is contained in:
Nicholas Marriott
2009-09-23 14:42:48 +00:00
parent 9200a0be7a
commit fecf8dc44e
2 changed files with 6 additions and 22 deletions

3
tmux.h
View File

@ -958,8 +958,7 @@ struct client {
void (*prompt_freefn)(void *);
void *prompt_data;
#define PROMPT_HIDDEN 0x1
#define PROMPT_SINGLE 0x2
#define PROMPT_SINGLE 0x1
int prompt_flags;
u_int prompt_hindex;