From 9443de478321bf6334653c3d0085c77bdb6dfc26 Mon Sep 17 00:00:00 2001 From: Lars Henriksen Date: Fri, 3 Nov 2017 21:28:54 +0100 Subject: Remove unused argument from wins_other_status_page Signed-off-by: Lukas Fleischer --- src/wins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wins.c') diff --git a/src/wins.c b/src/wins.c index 5a28dc7..c129dec 100644 --- a/src/wins.c +++ b/src/wins.c @@ -730,7 +730,7 @@ void wins_erase_status_bar(void) } /* Update the status bar page number to display other commands. */ -void wins_other_status_page(int panel) +void wins_other_status_page() { /* * Determine the number of completely filled pages of key bindings. -- cgit v1.2.3-54-g00ecf