From fb2a241ed06f68b17de824937b197208695b3c65 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 23 Mar 2014 09:50:03 +1100 Subject: Remove method no longer needed. --- src/XPM.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/XPM.h') diff --git a/src/XPM.h b/src/XPM.h index 47f5c52f1..631fe1386 100644 --- a/src/XPM.h +++ b/src/XPM.h @@ -30,7 +30,6 @@ public: ~XPM(); void Init(const char *textForm); void Init(const char *const *linesForm); - void Clear(); /// Decompose image into runs and use FillRectangle for each run void Draw(Surface *surface, PRectangle &rc); int GetHeight() const { return height; } -- cgit v1.2.3