aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/android.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/android/android.h')
-rw-r--r--backends/platform/android/android.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/android/android.h b/backends/platform/android/android.h
index f6406c4132..ba1a47a10f 100644
--- a/backends/platform/android/android.h
+++ b/backends/platform/android/android.h
@@ -151,7 +151,7 @@ private:
#ifdef USE_RGB_COLOR
Common::String getPixelFormatName(const Graphics::PixelFormat &format) const;
void initTexture(GLESTexture **texture, uint width, uint height,
- const Graphics::PixelFormat *format, bool alphaPalette);
+ const Graphics::PixelFormat *format);
#endif
void setupKeymapper();