From 83818b18a1fa1e8a00332489e31d346101b6fe9e Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 30 Mar 2015 20:56:31 +0200 Subject: Another massive cleanup Drops unused functions, fixes function visibility. --- png.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'png.c') diff --git a/png.c b/png.c index 0316e0c..dce96bc 100644 --- a/png.c +++ b/png.c @@ -24,11 +24,10 @@ #include "build/config.h" #include "img.h" #include "flam3.h" -#include "private.h" #include -void write_png(FILE *file, void *image, int width, int height, flam3_img_comments *fpc, int bpc) { +void write_png(FILE *file, void *image, int width, int height, int bpc) { png_structp png_ptr; png_infop info_ptr; size_t i; -- cgit v1.2.3