From 367c92d1ac584eb7ad5812f717aea27456f44e5f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 4 Mar 2016 18:13:13 +0300 Subject: Remove getter getAlpha form image class. --- src/resources/image.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/resources/image.h') diff --git a/src/resources/image.h b/src/resources/image.h index aa38f7a22..55f28a055 100644 --- a/src/resources/image.h +++ b/src/resources/image.h @@ -120,12 +120,6 @@ class Image notfinal : public Resource */ virtual void setAlpha(const float alpha); - /** - * Returns the alpha value of this image. - */ - float getAlpha() const A_WARN_UNUSED - { return mAlpha; } - /** * Creates a new image with the desired clipping rectangle. * @@ -197,13 +191,9 @@ class Image notfinal : public Resource SDL_Rect mBounds; - protected: - // ----------------------- - // Generic protected members - // ----------------------- - float mAlpha; + protected: // ----------------------- // SDL protected members // ----------------------- -- cgit v1.2.3-70-g09d2