mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Remove some old prototypes and unused functions.
This commit is contained in:
parent
52bbac506c
commit
5047670693
3 changed files with 0 additions and 22 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue