aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/android.h
diff options
context:
space:
mode:
authordhewg2011-03-12 09:22:11 +0100
committerdhewg2011-03-12 09:36:22 +0100
commitcaf21a357bef24ced14d8b67c7f3f6687a767570 (patch)
treec163c09a64c4840fcdb28fac970357bd043000b3 /backends/platform/android/android.h
parent2259f922f8c2a7b2839edf8f4ae9bbe17c1016ab (diff)
downloadscummvm-rg350-caf21a357bef24ced14d8b67c7f3f6687a767570.tar.gz
scummvm-rg350-caf21a357bef24ced14d8b67c7f3f6687a767570.tar.bz2
scummvm-rg350-caf21a357bef24ced14d8b67c7f3f6687a767570.zip
ANDROID: Cleanup
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();