home · contact · privacy
At clean-up, free memory of map object definitions, too.
[plomrogue] / src / wincontrol.h
index cb7d0ba85b7cb932b638e56244c1076da911e7c3..29a6ddfef472cb3da1fae9594b9da786c0674d9f 100644 (file)
@@ -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()).