From 9144d308484e85d757592698dbce3a7b4cfeee53 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 25 Jun 2009 06:00:45 +0000 Subject: Unused prototypes. Found by lint, no binary change. --- cmd-clear-history.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd-clear-history.c') diff --git a/cmd-clear-history.c b/cmd-clear-history.c index 0c08f9b5..4399c6c2 100644 --- a/cmd-clear-history.c +++ b/cmd-clear-history.c @@ -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 = { -- cgit v1.2.3