diff options
author | nicm <nicm> | 2015-08-28 11:38:27 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-08-28 11:38:27 +0000 |
commit | b6618b631b783f652ca06c9669b20e40ef30e336 (patch) | |
tree | fcc8c02186eb80ddbc80d95b97615e6edbb5b230 /tmux.h | |
parent | ee9f708500c2a6987b7a3c0aba2ac5e88812d8aa (diff) | |
download | rtmux-b6618b631b783f652ca06c9669b20e40ef30e336.tar.gz rtmux-b6618b631b783f652ca06c9669b20e40ef30e336.tar.bz2 rtmux-b6618b631b783f652ca06c9669b20e40ef30e336.zip |
Move format job cleanup onto its own timer.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1449,7 +1449,6 @@ void cfg_show_causes(struct session *); /* format.c */ struct format_tree; -void format_clean(void); struct format_tree *format_create(void); struct format_tree *format_create_status(int); void format_free(struct format_tree *); |