aboutsummaryrefslogtreecommitdiff
path: root/format.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-12-08 10:01:16 +0000
committerThomas Adam <thomas@xteddy.org>2015-12-08 10:01:16 +0000
commitaf8134a6ffe8304b6cb1849995f446eab8e53b53 (patch)
tree02ada102c67552ff8e9f1ef3c88a096460dd0aaa /format.c
parenta988c36ccb7d411d995edfa9dbdb7682295d62a0 (diff)
parente0f26dcda36dc35741da6047a11efb853b3137d9 (diff)
downloadrtmux-af8134a6ffe8304b6cb1849995f446eab8e53b53.tar.gz
rtmux-af8134a6ffe8304b6cb1849995f446eab8e53b53.tar.bz2
rtmux-af8134a6ffe8304b6cb1849995f446eab8e53b53.zip
Merge branch 'obsd-master'
Diffstat (limited to 'format.c')
-rw-r--r--format.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/format.c b/format.c
index b2426e9d..31e64b35 100644
--- a/format.c
+++ b/format.c
@@ -482,14 +482,7 @@ format_cb_pane_tabs(struct format_tree *ft, struct format_entry *fe)
/* Create a new tree. */
struct format_tree *
-format_create(void)
-{
- return (format_create_flags(0));
-}
-
-/* Create a new tree for the status line. */
-struct format_tree *
-format_create_flags(int flags)
+format_create(int flags)
{
struct format_tree *ft;