mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-17 17:11:38 +02:00
Get rid of empty mode_key_free function.
This commit is contained in:
@ -33,11 +33,6 @@ mode_key_init(struct mode_key_data *mdata, int type, int flags)
|
||||
mdata->flags = flags;
|
||||
}
|
||||
|
||||
void
|
||||
mode_key_free(unused struct mode_key_data *mdata)
|
||||
{
|
||||
}
|
||||
|
||||
enum mode_key_cmd
|
||||
mode_key_lookup(struct mode_key_data *mdata, int key)
|
||||
{
|
||||
|
Reference in New Issue
Block a user