summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-01-21 23:51:34 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-01-21 23:51:34 +0000
commit678e67437f8549404a60809403d179d84c12a7da (patch)
tree0eec0332b25a8aef89b49dd26cabf088abbb5011 /tmux.h
parentb92e81a1aa9d1bfd50bcbe1983cc782f556c39d4 (diff)
Remove unused backoff code that doesn't do any good.
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 40721133..7c245ff6 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1168,8 +1168,7 @@ struct client {
#define CLIENT_DEAD 0x200
#define CLIENT_BORDERS 0x400
#define CLIENT_READONLY 0x800
-#define CLIENT_BACKOFF 0x1000
-#define CLIENT_REDRAWWINDOW 0x2000
+#define CLIENT_REDRAWWINDOW 0x1000
int flags;
struct event identify_timer;