diff options
author | fluxgen <fluxgen> | 2002-09-15 09:42:00 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-09-15 09:42:00 (GMT) |
commit | fef994fa14dcbe41c6e94f140e7ab8e6300f4619 (patch) | |
tree | a63211843304383aea2a7bf28775c8d304fe1099 /src/Image.hh | |
parent | 2fe21974f404134c8128e032838bbd761590256e (diff) | |
download | fluxbox_pavel-fef994fa14dcbe41c6e94f140e7ab8e6300f4619.zip fluxbox_pavel-fef994fa14dcbe41c6e94f140e7ab8e6300f4619.tar.bz2 |
removed parseTexture
Diffstat (limited to 'src/Image.hh')
-rw-r--r-- | src/Image.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Image.hh b/src/Image.hh index 8ae8505..c352028 100644 --- a/src/Image.hh +++ b/src/Image.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Image.hh,v 1.13 2002/09/14 15:03:32 fluxgen Exp $ | 25 | // $Id: Image.hh,v 1.14 2002/09/15 09:41:24 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef IMAGE_HH | 27 | #ifndef IMAGE_HH |
28 | #define IMAGE_HH | 28 | #define IMAGE_HH |
@@ -140,7 +140,6 @@ public: | |||
140 | unsigned int **, unsigned int **); | 140 | unsigned int **, unsigned int **); |
141 | void setDither(bool d) { dither = d; } | 141 | void setDither(bool d) { dither = d; } |
142 | void setColorsPerChannel(int cpc); | 142 | void setColorsPerChannel(int cpc); |
143 | void parseTexture(FbTk::Texture *ret_texture, const char *sval); | ||
144 | 143 | ||
145 | virtual void timeout(); | 144 | virtual void timeout(); |
146 | 145 | ||