aboutsummaryrefslogtreecommitdiff
path: root/window-more.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-07-28 22:49:26 +0000
committerTiago Cunha <tcunha@gmx.com>2009-07-28 22:49:26 +0000
commit1880b83c376eccad40fb87212faf0b51fc45f68b (patch)
treec3de7a85b7701d12affed684a0b86365e42e2f70 /window-more.c
parent46cb0de3471aed81ba5a495b46f9c218f2238e8e (diff)
downloadrtmux-1880b83c376eccad40fb87212faf0b51fc45f68b.tar.gz
rtmux-1880b83c376eccad40fb87212faf0b51fc45f68b.tar.bz2
rtmux-1880b83c376eccad40fb87212faf0b51fc45f68b.zip
Sync OpenBSD patchset 188:
Get rid of empty mode_key_free function.
Diffstat (limited to 'window-more.c')
-rw-r--r--window-more.c4
1 files changed, 1 insertions, 3 deletions
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 <nicm@users.sourceforge.net>
@@ -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);