mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Get rid of empty mode_key_free function.
This commit is contained in:
@ -125,8 +125,6 @@ window_copy_free(struct window_pane *wp)
|
||||
{
|
||||
struct window_copy_mode_data *data = wp->modedata;
|
||||
|
||||
mode_key_free(&data->mdata);
|
||||
|
||||
screen_free(&data->screen);
|
||||
xfree(data);
|
||||
}
|
||||
|
Reference in New Issue
Block a user