aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-09-23 14:42:48 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-09-23 14:42:48 +0000
commitfecf8dc44ee88bd5aee02035d13b118fa514f253 (patch)
tree679fcfccc7865e82cd4fb4ef64b63dce4c98aa6f /tmux.h
parent9200a0be7a515cd04c1a05d120002c73932cbf98 (diff)
downloadrtmux-fecf8dc44ee88bd5aee02035d13b118fa514f253.tar.gz
rtmux-fecf8dc44ee88bd5aee02035d13b118fa514f253.tar.bz2
rtmux-fecf8dc44ee88bd5aee02035d13b118fa514f253.zip
Remove PROMPT_HIDDEN code which is now unused.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 5ec263e7..46117659 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;