Remove unused backoff code that doesn't do any good.

This commit is contained in:
Nicholas Marriott
2012-01-21 23:51:34 +00:00
parent b92e81a1aa
commit 678e67437f
2 changed files with 1 additions and 46 deletions

3
tmux.h
View File

@@ -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;