diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-07-28 22:49:26 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-07-28 22:49:26 +0000 |
commit | 1880b83c376eccad40fb87212faf0b51fc45f68b (patch) | |
tree | c3de7a85b7701d12affed684a0b86365e42e2f70 /window-copy.c | |
parent | 46cb0de3471aed81ba5a495b46f9c218f2238e8e (diff) | |
download | rtmux-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-copy.c')
-rw-r--r-- | window-copy.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/window-copy.c b/window-copy.c index 3ada4503..45551523 100644 --- a/window-copy.c +++ b/window-copy.c @@ -1,4 +1,4 @@ -/* $Id: window-copy.c,v 1.67 2009-07-28 22:39:29 tcunha Exp $ */ +/* $Id: window-copy.c,v 1.68 2009-07-28 22:49:26 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -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); } |