From 7a9293b8c9a9372b51c3f1f2375f5f632ce15a22 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 26 Dec 2012 07:56:29 +0100 Subject: [PATCH] (Android) Remove gfx_ctx_get_aspect_ratio as well --- gfx/context/androidegl_ctx.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gfx/context/androidegl_ctx.c b/gfx/context/androidegl_ctx.c index 98c2e55469..17fccc2e15 100644 --- a/gfx/context/androidegl_ctx.c +++ b/gfx/context/androidegl_ctx.c @@ -39,11 +39,6 @@ GLfloat _angle; static enum gfx_ctx_api g_api; -static float gfx_ctx_get_aspect_ratio(void) -{ - return 4.0f / 3.0f; -} - static void gfx_ctx_set_swap_interval(unsigned interval) { RARCH_LOG("gfx_ctx_set_swap_interval(%d).\n", interval);