diff options
Diffstat (limited to 'src/XPM.h')
-rw-r--r-- | src/XPM.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; } |