diff options
author | nicm <nicm> | 2015-08-29 23:55:55 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-08-29 23:55:55 +0000 |
commit | 5047670693e3bc861eb4ae95708c96041b12a759 (patch) | |
tree | 5d952e0b1e3963d0ff154ed4fc3ff327559ea75d /layout-set.c | |
parent | 52bbac506c54cd378fb4493d218027dc36a7fce5 (diff) | |
download | rtmux-5047670693e3bc861eb4ae95708c96041b12a759.tar.gz rtmux-5047670693e3bc861eb4ae95708c96041b12a759.tar.bz2 rtmux-5047670693e3bc861eb4ae95708c96041b12a759.zip |
Remove some old prototypes and unused functions.
Diffstat (limited to 'layout-set.c')
-rw-r--r-- | layout-set.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/layout-set.c b/layout-set.c index 64b655a0..da94cff2 100644 --- a/layout-set.c +++ b/layout-set.c @@ -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) { |