Remove wins_slctd_init()

We only call this once. Remove the wrapper and directly call the wrapped
function instead.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer
2012-11-24 22:34:09 +01:00
parent b4bd37902a
commit 69b5293c87
3 changed files with 1 additions and 8 deletions

View File

@@ -549,7 +549,7 @@ int main(int argc, char **argv)
vars_init();
wins_init();
wins_slctd_init();
wins_slctd_set(CAL);
notify_init_bar();
wins_reset_status_page();