X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fwincontrol.h;h=29a6ddfef472cb3da1fae9594b9da786c0674d9f;hb=e6a78faa3052eff39bcadcaf81e2e3b5249071a7;hp=cb7d0ba85b7cb932b638e56244c1076da911e7c3;hpb=b705b99b02a5eeb2b76605fe9b11eb6d5411d6e3;p=plomrogue diff --git a/src/wincontrol.h b/src/wincontrol.h index cb7d0ba..29a6ddf 100644 --- a/src/wincontrol.h +++ b/src/wincontrol.h @@ -16,12 +16,6 @@ struct World; -/* Free allocated memory for an initialized Win struct. */ -extern void free_win(struct Win * win); - - - - /* Wrapper around init_win() that reads the desired window size and title from a * file at the path prefixing the provided win name "w_name" with * "config/windows/". "f"() is the window drawing function (Win._draw()).