aboutsummaryrefslogtreecommitdiff
path: root/tmux.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-11-08 22:53:13 +0000
committerTiago Cunha <tcunha@gmx.com>2009-11-08 22:53:13 +0000
commit5116aaa51a6059904a6b8ae75bffa77c95ceb41a (patch)
tree13b8b9996a0ab4e2c8a75b9fc2398e77ecea0e3e /tmux.c
parente41055c5aa8a49dc360820fa0f0995436726c876 (diff)
downloadrtmux-5116aaa51a6059904a6b8ae75bffa77c95ceb41a.tar.gz
rtmux-5116aaa51a6059904a6b8ae75bffa77c95ceb41a.tar.bz2
rtmux-5116aaa51a6059904a6b8ae75bffa77c95ceb41a.zip
Sync OpenBSD patchset 492:
A couple of minor cosmetic changes.
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)
{