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/calcurse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/calcurse.c') diff --git a/src/calcurse.c b/src/calcurse.c index 000436c..0c8bfa4 100644 --- a/src/calcurse.c +++ b/src/calcurse.c @@ -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(); -- cgit v1.2.3-54-g00ecf