X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/static/git-logo.png?a=blobdiff_plain;f=src%2Fwincontrol.h;h=416cc91c40cd32a84cacdbe1ed3595e8ac24737f;hb=e49cd07e79574ba404a0a8fc867344cc630d7794;hp=b516a4fdfad0ff2bb28458664e71706eb17980ff;hpb=1ae2dac3529b3ead75c5bef1d02d958adcbcc581;p=plomrogue diff --git a/src/wincontrol.h b/src/wincontrol.h index b516a4f..416cc91 100644 --- a/src/wincontrol.h +++ b/src/wincontrol.h @@ -61,8 +61,7 @@ extern void init_wins(struct World * world); */ extern void sorted_wintoggle_and_activate(struct World * world); -/* Reload windows in order and sizes defined in win config. */ -extern void reload_win_config(struct World * world); + /* Save all window's configurations to their configuration files. */ extern void save_win_configs(struct World * world);