mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 22:43:58 +00:00
Get rid of empty mode_key_free function.
This commit is contained in:
@ -140,8 +140,6 @@ window_choose_free(struct window_pane *wp)
|
||||
if (data->freefn != NULL && data->data != NULL)
|
||||
data->freefn(data->data);
|
||||
|
||||
mode_key_free(&data->mdata);
|
||||
|
||||
for (i = 0; i < ARRAY_LENGTH(&data->list); i++)
|
||||
xfree(ARRAY_ITEM(&data->list, i).name);
|
||||
ARRAY_FREE(&data->list);
|
||||
|
Reference in New Issue
Block a user