From 13e29dd7b5dfcefdfda6a1dd3c3f78c9cd7f1cc9 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 27 Jul 2009 18:51:46 +0000 Subject: Get rid of empty mode_key_free function. --- status.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'status.c') diff --git a/status.c b/status.c index a7aa4a6c..98f7967b 100644 --- a/status.c +++ b/status.c @@ -622,8 +622,6 @@ status_prompt_clear(struct client *c) if (c->prompt_freefn != NULL && c->prompt_data != NULL) c->prompt_freefn(c->prompt_data); - mode_key_free(&c->prompt_mdata); - xfree(c->prompt_string); c->prompt_string = NULL; -- cgit