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 /tmux.h | |
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 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1033,7 +1033,6 @@ int load_cfg(const char *, char **x); /* mode-key.c */ void mode_key_init(struct mode_key_data *, int, int); -void mode_key_free(struct mode_key_data *); enum mode_key_cmd mode_key_lookup(struct mode_key_data *, int); /* options.c */ |