Get rid of empty mode_key_free function.

This commit is contained in:
Nicholas Marriott
2009-07-27 18:51:46 +00:00
parent ad0aad21d5
commit 13e29dd7b5
7 changed files with 0 additions and 16 deletions

View File

@ -88,8 +88,6 @@ window_scroll_free(struct window_pane *wp)
{
struct window_scroll_mode_data *data = wp->modedata;
mode_key_free(&data->mdata);
screen_free(&data->screen);
xfree(data);
}