aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-08-28 12:25:42 +0000
committernicm <nicm>2015-08-28 12:25:42 +0000
commit6419f665237d4280966c298a38836b53746b8dcc (patch)
tree4f48104a789fea060ddb9b44fa91e3a6c21712f6 /tmux.h
parent75d10058a41d8e95dda126d460a119a9037e9345 (diff)
downloadrtmux-6419f665237d4280966c298a38836b53746b8dcc.tar.gz
rtmux-6419f665237d4280966c298a38836b53746b8dcc.tar.bz2
rtmux-6419f665237d4280966c298a38836b53746b8dcc.zip
Give clock mode its own timer.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 6b82e79c..9fae33bd 100644
--- a/tmux.h
+++ b/tmux.h
@@ -777,7 +777,6 @@ struct window_mode {
void (*resize)(struct window_pane *, u_int, u_int);
void (*key)(struct window_pane *, struct client *, struct session *,
int, struct mouse_event *);
- void (*timer)(struct window_pane *);
};
/* Structures for choose mode. */