From 69b5293c871af3500f7b80379a5d9d3f5e41d8ad Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 24 Nov 2012 22:34:09 +0100 Subject: Remove wins_slctd_init() We only call this once. Remove the wrapper and directly call the wrapped function instead. Signed-off-by: Lukas Fleischer --- src/wins.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/wins.c') diff --git a/src/wins.c b/src/wins.c index 65b2d96..45da1d3 100644 --- a/src/wins.c +++ b/src/wins.c @@ -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) { -- cgit v1.2.3-54-g00ecf