From 6276c1ff96e449e73e84977110334cd8957c31b6 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 3 Jun 2007 16:52:06 +0000 Subject: Fixed image loading in software mode to not check for alpha layer with images aren't 32-bit and removed drawImageTransparent from Graphics class, should be set on image. --- src/graphics.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/graphics.h') diff --git a/src/graphics.h b/src/graphics.h index abef794f..b3d36653 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -97,14 +97,6 @@ class Graphics : public gcn::SDLGraphics { int dstX, int dstY, int width, int height); - /** - * Blits an image onto the screen with an alpha factor - * - * @return true if the image was blitted properly - * false otherwise. - */ - bool drawImageTransparent(Image *image, int x, int y, float opacity); - virtual void drawImagePattern(Image *image, int x, int y, -- cgit v1.2.3-60-g2f50