X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fwincontrol.h;h=f56bc39b6a94987d75c922c2ba21c076a685b0c5;hb=d4693165cda2814c544e05b219c2cf3798e31857;hp=dc07b981631084d75b11c9d40e24088463c3d549;hpb=8de0e493346efc0f7f303ee0c06c19a55957342c;p=plomrogue diff --git a/src/wincontrol.h b/src/wincontrol.h index dc07b98..f56bc39 100644 --- a/src/wincontrol.h +++ b/src/wincontrol.h @@ -43,7 +43,6 @@ extern struct Win * get_win_by_id(struct World * world, char id); /* Create/initialize (from config files)/free Winconf / Win structs. */ -extern void create_winconfs(struct World * world); extern void init_winconfs(struct World * world); extern void free_winconfs(struct World * world); extern void init_wins(struct World * world);