diff options
| author | Neil <nyamatongwe@gmail.com> | 2014-03-23 09:50:03 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2014-03-23 09:50:03 +1100 |
| commit | fb2a241ed06f68b17de824937b197208695b3c65 (patch) | |
| tree | e638be241dc8bb9f85adc49e3f74cbdb16e8fef7 /src/XPM.h | |
| parent | fb1302bd2c3c477e5177359e0c0aa882b5a3751a (diff) | |
| download | scintilla-mirror-fb2a241ed06f68b17de824937b197208695b3c65.tar.gz | |
Remove method no longer needed.
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; } |
