Get rid of empty mode_key_free function.

This commit is contained in:
Nicholas Marriott
2009-07-27 18:51:46 +00:00
parent ad0aad21d5
commit 13e29dd7b5
7 changed files with 0 additions and 16 deletions

1
tmux.h
View File

@ -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 */