aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-08-28 11:38:27 +0000
committernicm <nicm>2015-08-28 11:38:27 +0000
commitb6618b631b783f652ca06c9669b20e40ef30e336 (patch)
treefcc8c02186eb80ddbc80d95b97615e6edbb5b230 /tmux.h
parentee9f708500c2a6987b7a3c0aba2ac5e88812d8aa (diff)
downloadrtmux-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 2d0ccede..5859cc53 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 *);