Remove unused argument from wins_other_status_page

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Lars Henriksen
2017-11-03 21:28:54 +01:00
committed by Lukas Fleischer
parent 8b92fde3a3
commit 9443de4783
3 changed files with 3 additions and 3 deletions

View File

@@ -1255,7 +1255,7 @@ void wins_set_bindings(int *, int);
void wins_update_bindings(void);
void wins_status_bar(void);
void wins_erase_status_bar(void);
void wins_other_status_page(int);
void wins_other_status_page();
void wins_reset_status_page(void);
#endif /* CALCURSE_H */