summaryrefslogtreecommitdiffstats
path: root/mode-key.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-07-28 22:49:26 +0000
committerTiago Cunha <tcunha@gmx.com>2009-07-28 22:49:26 +0000
commit1880b83c376eccad40fb87212faf0b51fc45f68b (patch)
treec3de7a85b7701d12affed684a0b86365e42e2f70 /mode-key.c
parent46cb0de3471aed81ba5a495b46f9c218f2238e8e (diff)
Sync OpenBSD patchset 188:
Get rid of empty mode_key_free function.
Diffstat (limited to 'mode-key.c')
-rw-r--r--mode-key.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/mode-key.c b/mode-key.c
index ecb675df..28a31d98 100644
--- a/mode-key.c
+++ b/mode-key.c
@@ -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)
{