From 360ec177c5f4573c01c0927d61fead7d1d5cbe34 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 30 Mar 2013 16:19:20 +0100 Subject: Added GUI::Colour getPixel convinience methods. --- plugingui/image.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugingui/image.h') diff --git a/plugingui/image.h b/plugingui/image.h index f931d43..1df248f 100644 --- a/plugingui/image.h +++ b/plugingui/image.h @@ -46,9 +46,6 @@ public: Colour getPixel(size_t x, size_t y); - unsigned int *pixels; - unsigned int order; - private: void load(const char* data, size_t size); -- cgit v1.2.3