The branch, master has been updated
via fc6f08d5b71db219a96fd15a8befac88d2f4bca3 (commit)
from 68e370574af6fc8f453a0bf9577adcfdfad9ab62 (commit)
- Log -----------------------------------------------------------------
commit fc6f08d5b71db219a96fd15a8befac88d2f4bca3
Author: Nicholas Marriott <[email protected]>
Commit: Nicholas Marriott <[email protected]>
No more need for freefn.
---
window-choose.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/window-choose.c b/window-choose.c
index 5b11f4b..644318a 100644
--- a/window-choose.c
+++ b/window-choose.c
@@ -75,7 +75,6 @@ struct window_choose_mode_data {
char *input_str;
void (*callbackfn)(struct window_choose_data *);
- void (*freefn)(struct window_choose_data *);
};
int window_choose_key_index(struct window_choose_mode_data *, u_int);
@@ -131,7 +130,6 @@ window_choose_init(struct window_pane *wp)
wp->modedata = data = xmalloc(sizeof *data);
data->callbackfn = NULL;
- data->freefn = NULL;
data->input_type = WINDOW_CHOOSE_NORMAL;
data->input_str = xstrdup("");
data->input_prompt = NULL;
-----------------------------------------------------------------------
Summary of changes:
window-choose.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
hooks/post-receive
--
tmux
------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs