mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Remove some old prototypes and unused functions.
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user