Remove unused argument from wins_other_status_page
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
committed by
Lukas Fleischer
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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user