aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeEngine.h
diff options
context:
space:
mode:
authorBastien Bouclet2018-04-19 19:13:12 +0200
committerBastien Bouclet2018-04-19 19:13:12 +0200
commitdcfac42bb3ebec723a8762d3b2b72ff4113bf900 (patch)
tree6364a301e4d531e42f43349f057cc7e723877efe /gui/ThemeEngine.h
parent066a14bd4c688e82670f4d0b944fcaa969939895 (diff)
downloadscummvm-rg350-dcfac42bb3ebec723a8762d3b2b72ff4113bf900.tar.gz
scummvm-rg350-dcfac42bb3ebec723a8762d3b2b72ff4113bf900.tar.bz2
scummvm-rg350-dcfac42bb3ebec723a8762d3b2b72ff4113bf900.zip
GUI: Remove alpha bitmap support
It was never used since its introduction 4 years ago It was not updated to work with the clipping rect
Diffstat (limited to 'gui/ThemeEngine.h')
-rw-r--r--gui/ThemeEngine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/ThemeEngine.h b/gui/ThemeEngine.h
index 5675f0c5d7..ba301acbe0 100644
--- a/gui/ThemeEngine.h
+++ b/gui/ThemeEngine.h
@@ -395,7 +395,6 @@ public:
void drawSurfaceClip(const Common::Rect &r, const Common::Rect &clippingRect, const Graphics::Surface &surface,
WidgetStateInfo state = kStateEnabled, int alpha = 255, bool themeTrans = false);
- void drawASurface(const Common::Rect &r, Graphics::TransparentSurface &surface, AutoScaleMode autoscale, int alpha);
void drawSlider(const Common::Rect &r, int width,
WidgetStateInfo state = kStateEnabled);
@@ -671,7 +670,6 @@ protected:
void drawBitmap(const Graphics::Surface *bitmap, const Common::Rect &r, bool alpha);
void drawBitmapClip(const Graphics::Surface *bitmap, const Common::Rect &clippingRect, const Common::Rect &r,
bool alpha);
- void drawABitmap(Graphics::TransparentSurface *bitmap, const Common::Rect &r, AutoScaleMode autoscale, int alpha);
/**
* DEBUG: Draws a white square and writes some text next to it.