diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-08-28 12:25:43 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-08-28 12:25:43 +0000 |
commit | fd255b98b71d4b95733f60dd397bf2f7978ac73a (patch) | |
tree | bba9c94ff675eec92c394b3bfad77242b856bfc2 /usr.bin/tmux/tmux.h | |
parent | c393cc737257c51ef300e0a654e76ce531d21716 (diff) |
Give clock mode its own timer.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r-- | usr.bin/tmux/tmux.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h index 89e1872c7dd..af650a3e39c 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.534 2015/08/28 12:16:28 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.535 2015/08/28 12:25:42 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -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. */ |