aboutsummaryrefslogtreecommitdiff
path: root/status.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-07-27 18:51:46 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-07-27 18:51:46 +0000
commit13e29dd7b5dfcefdfda6a1dd3c3f78c9cd7f1cc9 (patch)
tree01f8255f678a81bd25f2064e5209256e76436be8 /status.c
parentad0aad21d5dcc7d8c09a6c76e85ae1e46cf6b0da (diff)
downloadrtmux-13e29dd7b5dfcefdfda6a1dd3c3f78c9cd7f1cc9.tar.gz
rtmux-13e29dd7b5dfcefdfda6a1dd3c3f78c9cd7f1cc9.tar.bz2
rtmux-13e29dd7b5dfcefdfda6a1dd3c3f78c9cd7f1cc9.zip
Get rid of empty mode_key_free function.
Diffstat (limited to 'status.c')
-rw-r--r--status.c2
1 files changed, 0 insertions, 2 deletions
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;