aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
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 /tmux.h
parent46cb0de3471aed81ba5a495b46f9c218f2238e8e (diff)
downloadrtmux-1880b83c376eccad40fb87212faf0b51fc45f68b.tar.gz
rtmux-1880b83c376eccad40fb87212faf0b51fc45f68b.tar.bz2
rtmux-1880b83c376eccad40fb87212faf0b51fc45f68b.zip
Sync OpenBSD patchset 188:
Get rid of empty mode_key_free function.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index a972b40a..00821915 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.392 2009-07-28 22:44:38 tcunha Exp $ */
+/* $Id: tmux.h,v 1.393 2009-07-28 22:49:26 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1032,7 +1032,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 */