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 | 23f554037216696c0ce67cad40cadb95c6e02167 (patch) | |
tree | f8f3b87bf5d82a95bb99407dd982ccddf4653e19 /src/XPM.h | |
parent | 0c9de40f4fe6c8594e6cfba5b8e5ce181106e4c5 (diff) | |
download | scintilla-mirror-23f554037216696c0ce67cad40cadb95c6e02167.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; } |