diff options
| author | nyamatongwe <unknown> | 2013-05-02 15:41:05 +1000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2013-05-02 15:41:05 +1000 |
| commit | 446852f3610b7390f6ca4376f6661aa4bf1b2f88 (patch) | |
| tree | e66be4df290b2ed01a25e6040812d89910fbd844 /src/XPM.h | |
| parent | 23e42e320f2957a97d1a23c88e60c7cddb79fa01 (diff) | |
| download | scintilla-mirror-446852f3610b7390f6ca4376f6661aa4bf1b2f88.tar.gz | |
Removing XPMSet class as no longer used.
Diffstat (limited to 'src/XPM.h')
| -rw-r--r-- | src/XPM.h | 24 |
1 files changed, 0 insertions, 24 deletions
@@ -48,30 +48,6 @@ public: }; /** - * A collection of pixmaps indexed by integer id. - */ -class XPMSet { - XPM **set; ///< The stored XPMs. - int len; ///< Current number of XPMs. - int maximum; ///< Current maximum number of XPMs, increased by steps if reached. - int height; ///< Memorize largest height of the set. - int width; ///< Memorize largest width of the set. -public: - XPMSet(); - ~XPMSet(); - /// Remove all XPMs. - void Clear(); - /// Add a XPM. - void Add(int ident, const char *textForm); - /// Get XPM by id. - XPM *Get(int ident); - /// Give the largest height of the set. - int GetHeight(); - /// Give the largest width of the set. - int GetWidth(); -}; - -/** * An translucent image stoed as a sequence of RGBA bytes. */ class RGBAImage { |
