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

@@ -216,12 +216,6 @@ void wins_sbar_wdec(void)
sbarwidth_perc--;
}
/* Initialize the selected window in calcurse's interface. */
void wins_slctd_init(void)
{
wins_slctd_set(CAL);
}
/* Returns an enum which corresponds to the window which is selected. */
enum win wins_slctd(void)
{