diff options
Diffstat (limited to 'plugingui/image.h')
-rw-r--r-- | plugingui/image.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 <png.h> #include <string> #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; }; }; |