Remove unused argument from wins_other_status_page
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
parent
8b92fde3a3
commit
9443de4783
@ -77,7 +77,7 @@ static inline void key_generic_change_view(void)
|
||||
|
||||
static inline void key_generic_other_cmd(void)
|
||||
{
|
||||
wins_other_status_page(wins_slctd());
|
||||
wins_other_status_page();
|
||||
wins_update(FLAG_STA);
|
||||
}
|
||||
|
||||
|
@ -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 */
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user