mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00: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