aboutsummaryrefslogtreecommitdiff
path: root/tmux.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.c b/tmux.c
index 6ef45dea..621b0b91 100644
--- a/tmux.c
+++ b/tmux.c
@@ -1,4 +1,4 @@
-/* $Id: tmux.c,v 1.185 2009-11-08 22:40:36 tcunha Exp $ */
+/* $Id: tmux.c,v 1.186 2009-11-08 22:53:13 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -507,7 +507,6 @@ main(int argc, char **argv)
client_main(); /* doesn't return */
}
-
void
main_set_signals(void)
{