(Android) Buildfix

This commit is contained in:
twinaphex 2016-03-01 22:26:57 +01:00
parent d2a798e9cf
commit 702d4f9e3a

View File

@ -224,9 +224,7 @@ static void android_gfx_ctx_check_window(void *data, bool *quit,
bool *resize, unsigned *width, unsigned *height, unsigned frame_count)
{
unsigned new_width, new_height;
#ifdef HAVE_VULKAN
android_ctx_data_t *and = (android_ctx_data_t*)data;
#endif
(void)frame_count;