From 0986001908801ebaab01e909940ff9a107562a99 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Fri, 13 Nov 2009 16:58:24 +0000 Subject: Sync OpenBSD patchset 533: Zap unused functions, prompted by deraadt. --- tmux.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 4d68bd2d..8b2bc2ce 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.513 2009-11-13 16:51:49 tcunha Exp $ */ +/* $Id: tmux.h,v 1.514 2009-11-13 16:58:24 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1248,7 +1248,6 @@ const char *mode_key_tostring(struct mode_key_cmdstr *r, enum mode_key_cmd); enum mode_key_cmd mode_key_fromstring(struct mode_key_cmdstr *, const char *); const struct mode_key_table *mode_key_findtable(const char *); void mode_key_init_trees(void); -void mode_key_free_trees(void); void mode_key_init(struct mode_key_data *, struct mode_key_tree *); enum mode_key_cmd mode_key_lookup(struct mode_key_data *, int); @@ -1540,7 +1539,6 @@ void key_bindings_add(int, int, struct cmd_list *); void key_bindings_remove(int); void key_bindings_clean(void); void key_bindings_init(void); -void key_bindings_free(void); void key_bindings_dispatch(struct key_binding *, struct client *); void printflike2 key_bindings_error(struct cmd_ctx *, const char *, ...); void printflike2 key_bindings_print(struct cmd_ctx *, const char *, ...); -- cgit