From 2b055b728ac0c58eb571413e7aba31dd3b90f685 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 2 May 2014 15:14:25 +0200 Subject: Remove libpng dependency. Replace it with compiled-in lodepng. --- plugingui/image.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugingui/image.h') diff --git a/plugingui/image.h b/plugingui/image.h index acfe964..cec1518 100644 --- a/plugingui/image.h +++ b/plugingui/image.h @@ -27,7 +27,6 @@ #ifndef __DRUMGIZMO_IMAGE_H__ #define __DRUMGIZMO_IMAGE_H__ -#include #include #include "colour.h" @@ -52,8 +51,7 @@ private: void load(const char* data, size_t size); size_t w, h; - int number_of_passes; - png_bytep *row_pointers; + unsigned char *image_data; }; }; -- cgit v1.2.3