diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-09-23 14:42:49 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-09-23 14:42:49 +0000 |
commit | d192cf8ad7d3f05d9716c5f8cc3c80f6290c840a (patch) | |
tree | 77419bcfe60df94746cb3cc303b5f09f33bac5a5 /usr.bin/tmux/tmux.h | |
parent | 1e779661e3652c409bf3b588d848c7dfdeab36d3 (diff) |
Remove PROMPT_HIDDEN code which is now unused.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r-- | usr.bin/tmux/tmux.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h index 804335a83c7..7bf679bf47b 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.116 2009/09/23 12:03:31 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.117 2009/09/23 14:42:48 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -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; |