diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-06-25 06:00:46 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-06-25 06:00:46 +0000 |
commit | aaf5a74225a162a6a323e92864faba19f9588690 (patch) | |
tree | f9d9d0edd9467e7be2c235c74ed9369e06a9087d /usr.bin/tmux/cmd-clear-history.c | |
parent | 5dfe6801aa6b1855032a9f5ef2d0b16524e00b2d (diff) |
Unused prototypes. Found by lint, no binary change.
Diffstat (limited to 'usr.bin/tmux/cmd-clear-history.c')
-rw-r--r-- | usr.bin/tmux/cmd-clear-history.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-clear-history.c b/usr.bin/tmux/cmd-clear-history.c index a15afa8388d..95c9992ab4e 100644 --- a/usr.bin/tmux/cmd-clear-history.c +++ b/usr.bin/tmux/cmd-clear-history.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-clear-history.c,v 1.1 2009/06/01 22:58:49 nicm Exp $ */ +/* $OpenBSD: cmd-clear-history.c,v 1.2 2009/06/25 06:00:45 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> @@ -24,7 +24,6 @@ * Clear pane history. */ -void cmd_clear_history_init(struct cmd *, int); int cmd_clear_history_exec(struct cmd *, struct cmd_ctx *); const struct cmd_entry cmd_clear_history_entry = { |