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

View File

@ -33,11 +33,6 @@ mode_key_init(struct mode_key_data *mdata, int type, int flags)
mdata->flags = flags;
}
void
mode_key_free(unused struct mode_key_data *mdata)
{
}
enum mode_key_cmd
mode_key_lookup(struct mode_key_data *mdata, int key)
{