From 2259f922f8c2a7b2839edf8f4ae9bbe17c1016ab Mon Sep 17 00:00:00 2001 From: dhewg Date: Sat, 12 Mar 2011 09:20:21 +0100 Subject: ANDROID: Remove redundant variable --- backends/platform/android/texture.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'backends/platform/android/texture.h') diff --git a/backends/platform/android/texture.h b/backends/platform/android/texture.h index f00a589875..02cb0c71fb 100644 --- a/backends/platform/android/texture.h +++ b/backends/platform/android/texture.h @@ -41,7 +41,7 @@ public: static void initGLExtensions(); protected: - GLESTexture(byte bytesPerPixel, GLenum glFormat, GLenum glType, + GLESTexture(GLenum glFormat, GLenum glType, Graphics::PixelFormat pixelFormat); public: @@ -130,7 +130,6 @@ protected: } } - byte _bytesPerPixel; GLenum _glFormat; GLenum _glType; @@ -182,7 +181,7 @@ public: class GLESPaletteTexture : public GLESTexture { protected: - GLESPaletteTexture(byte bytesPerPixel, GLenum glFormat, GLenum glType, + GLESPaletteTexture(GLenum glFormat, GLenum glType, Graphics::PixelFormat palettePixelFormat); public: -- cgit v1.2.3