summaryrefslogtreecommitdiff
path: root/src/resources/image.h
diff options
context:
space:
mode:
authorBertram <bertram@cegetel.net>2009-08-14 20:11:04 +0200
committerBertram <bertram@cegetel.net>2009-08-14 20:11:04 +0200
commitafc879b5ca185cfd93e604942aac45e76dc3c322 (patch)
tree99f1820afd5302c51484c07a6ae43c6983dda23d /src/resources/image.h
parent75ba2b04b8af02ba2e005f701f1433e739ef7c5a (diff)
downloadmana-client-afc879b5ca185cfd93e604942aac45e76dc3c322.tar.gz
mana-client-afc879b5ca185cfd93e604942aac45e76dc3c322.tar.bz2
mana-client-afc879b5ca185cfd93e604942aac45e76dc3c322.tar.xz
mana-client-afc879b5ca185cfd93e604942aac45e76dc3c322.zip
Fixed the compilation without OpenGL Support, and remove a too young function.
Diffstat (limited to 'src/resources/image.h')
-rw-r--r--src/resources/image.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/resources/image.h b/src/resources/image.h
index 34ec2887..dfa319ab 100644
--- a/src/resources/image.h
+++ b/src/resources/image.h
@@ -199,14 +199,6 @@ class Image : public Resource
/** SDL_Surface to SDL_Surface Image loader */
static Image *_SDLload(SDL_Surface *tmpImage);
- /**
- * Make a converted copy of the alpha channel
- * used for 32 bits SDLbased images
- * in order to support changing the opacity.
- */
- Uint8 *_SDLgetAlphaChannel();
- Uint8* mAlphaChannel;
-
SDL_Surface *mSDLSurface;