diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-07-27 18:51:46 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-07-27 18:51:46 +0000 |
commit | 13e29dd7b5dfcefdfda6a1dd3c3f78c9cd7f1cc9 (patch) | |
tree | 01f8255f678a81bd25f2064e5209256e76436be8 /status.c | |
parent | ad0aad21d5dcc7d8c09a6c76e85ae1e46cf6b0da (diff) | |
download | rtmux-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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |