From 678e67437f8549404a60809403d179d84c12a7da Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 21 Jan 2012 23:51:34 +0000 Subject: Remove unused backoff code that doesn't do any good. --- tmux.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tmux.h') 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; -- cgit