diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-12-15 00:01:08 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-12-15 00:01:08 +0000 |
commit | 6ab17e3e15f8cbaf12fa3a9ea038a4e65f19ba85 (patch) | |
tree | 062ecd1a06c8debdc44ccdd94fc387ca4b4a7601 /cmd-find.c | |
parent | bc6137f9e4244c2fde4e37ef47faebb942dae5f0 (diff) | |
parent | d5999f8b5cbbd3648d7a6c00100e5eab279a90bb (diff) | |
download | rtmux-6ab17e3e15f8cbaf12fa3a9ea038a4e65f19ba85.tar.gz rtmux-6ab17e3e15f8cbaf12fa3a9ea038a4e65f19ba85.tar.bz2 rtmux-6ab17e3e15f8cbaf12fa3a9ea038a4e65f19ba85.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-find.c')
-rw-r--r-- | cmd-find.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -49,9 +49,6 @@ int cmd_find_get_pane(struct cmd_find_state *, const char *); int cmd_find_get_pane_with_session(struct cmd_find_state *, const char *); int cmd_find_get_pane_with_window(struct cmd_find_state *, const char *); -void cmd_find_clear_state(struct cmd_find_state *, struct cmd_q *, int); -void cmd_find_log_state(const char *, struct cmd_find_state *); - const char *cmd_find_session_table[][2] = { { NULL, NULL } }; |