aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index 47bea1fc..0dd480cf 100644
--- a/tmux.h
+++ b/tmux.h
@@ -906,7 +906,6 @@ struct window_pane {
int fd;
struct bufferevent *event;
- u_int disabled;
struct event resize_timer;
@@ -927,8 +926,6 @@ struct window_pane {
size_t status_size;
TAILQ_HEAD (, window_mode_entry) modes;
- struct event modetimer;
- time_t modelast;
char *searchstr;
int searchregex;