mirror of
https://github.com/tmate-io/tmate.git
synced 2025-07-01 14:50:01 +02:00
Sync OpenBSD patchset 188:
Get rid of empty mode_key_free function.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* $Id: mode-key.c,v 1.17 2009-07-28 22:44:38 tcunha Exp $ */
|
||||
/* $Id: mode-key.c,v 1.18 2009-07-28 22:49:26 tcunha Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user