From 1880b83c376eccad40fb87212faf0b51fc45f68b Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Tue, 28 Jul 2009 22:49:26 +0000 Subject: Sync OpenBSD patchset 188: Get rid of empty mode_key_free function. --- window-more.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'window-more.c') diff --git a/window-more.c b/window-more.c index 982038ed..14362423 100644 --- a/window-more.c +++ b/window-more.c @@ -1,4 +1,4 @@ -/* $Id: window-more.c,v 1.32 2009-06-25 16:21:32 nicm Exp $ */ +/* $Id: window-more.c,v 1.33 2009-07-28 22:49:26 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -101,8 +101,6 @@ window_more_free(struct window_pane *wp) struct window_more_mode_data *data = wp->modedata; u_int i; - mode_key_free(&data->mdata); - for (i = 0; i < ARRAY_LENGTH(&data->list); i++) xfree(ARRAY_ITEM(&data->list, i)); ARRAY_FREE(&data->list); -- cgit