From a0c774e4963945b9a0d94e5b2cc7420960741a8b Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 11 Jan 2020 13:43:04 +0100 Subject: Refactoring render.c --- miniLibX/mlx_png.h | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 miniLibX/mlx_png.h (limited to 'miniLibX/mlx_png.h') diff --git a/miniLibX/mlx_png.h b/miniLibX/mlx_png.h deleted file mode 100644 index 83ef145..0000000 --- a/miniLibX/mlx_png.h +++ /dev/null @@ -1,4 +0,0 @@ - - - -void *mlx_png_file_to_image(void *xvar, char *file, int *width, int *height); -- cgit