aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/android/texture.h')
-rw-r--r--backends/platform/android/texture.h5
1 files changed, 2 insertions, 3 deletions
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: