summaryrefslogtreecommitdiffstats
path: root/tmux.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-11-04 20:59:22 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-11-04 20:59:22 +0000
commitea8c8c5f33e0dcbf563dc54615a6c172aea70518 (patch)
tree85bcc8b94ea0536bf56ca994f56b8ed69ec67431 /tmux.c
parentabf3a5d50ec4003f58f460cc9ab3c00671c920f8 (diff)
A couple of minor cosmetic changes.
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.c b/tmux.c
index fd7d1bfc..d077aff6 100644
--- a/tmux.c
+++ b/tmux.c
@@ -504,7 +504,6 @@ main(int argc, char **argv)
client_main(); /* doesn't return */
}
-
void
main_set_signals(void)
{