diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-07-27 18:51:47 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-07-27 18:51:47 +0000 |
commit | fd4fed4f5cee936f943df05ae404b037d788262a (patch) | |
tree | 31275b6d75eacf97c291cffa971a341b9055444d /usr.bin/tmux/tmux.h | |
parent | 0196dc2665606f35a7cbd1ca368d9649507245aa (diff) |
Get rid of empty mode_key_free function.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r-- | usr.bin/tmux/tmux.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h index d5934ac8afe..dc8871ae716 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.57 2009/07/27 12:11:11 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.58 2009/07/27 18:51:46 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -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 */ |