summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/layout-set.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2015-08-29 23:55:55 +0000
committernicm <nicm@openbsd.org>2015-08-29 23:55:55 +0000
commitc8b2a0e33e25c148c51a12e77598daf84d63aca4 (patch)
tree53138c37f136adc7ec016569f172605dc23dea08 /usr.bin/tmux/layout-set.c
parentIf we have to reparse the text line because we spring an input line trap, (diff)
downloadwireguard-openbsd-c8b2a0e33e25c148c51a12e77598daf84d63aca4.tar.xz
wireguard-openbsd-c8b2a0e33e25c148c51a12e77598daf84d63aca4.zip
Remove some old prototypes and unused functions.
Diffstat (limited to 'usr.bin/tmux/layout-set.c')
-rw-r--r--usr.bin/tmux/layout-set.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/tmux/layout-set.c b/usr.bin/tmux/layout-set.c
index e7c1514d73d..5e396b31c1c 100644
--- a/usr.bin/tmux/layout-set.c
+++ b/usr.bin/tmux/layout-set.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: layout-set.c,v 1.11 2014/04/17 14:45:49 nicm Exp $ */
+/* $OpenBSD: layout-set.c,v 1.12 2015/08/29 23:55:55 nicm Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -44,12 +44,6 @@ const struct {
{ "tiled", layout_set_tiled },
};
-const char *
-layout_set_name(u_int layout)
-{
- return (layout_sets[layout].name);
-}
-
int
layout_set_lookup(const char *name)
{