diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-11-24 22:34:09 +0100 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-11-25 18:07:40 +0100 |
commit | 69b5293c871af3500f7b80379a5d9d3f5e41d8ad (patch) | |
tree | afd9baa8192a48128a84db21bce127b7f316f486 /src/wins.c | |
parent | b4bd37902afbe38f86cc174d29ebc9929afd4ddc (diff) | |
download | calcurse-69b5293c871af3500f7b80379a5d9d3f5e41d8ad.zip |
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>
Diffstat (limited to 'src/wins.c')
-rw-r--r-- | src/wins.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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) { |