diff --git a/gfx/context/ps3_ctx.c b/gfx/context/ps3_ctx.c index 7e1679204b..9f29966b2a 100644 --- a/gfx/context/ps3_ctx.c +++ b/gfx/context/ps3_ctx.c @@ -237,13 +237,6 @@ static void gfx_ctx_rmenu_frame(void *data) { gl_t *gl = (gl_t*)data; - const GLfloat vertexes_flipped[] = { - 0, 1, - 1, 1, - 0, 0, - 1, 0 - }; - gl_cg_use(RARCH_CG_MENU_SHADER_INDEX); gl_set_viewport(gl, gl->win_width, gl->win_height, false, true); @@ -267,13 +260,6 @@ static void gfx_ctx_rmenu_frame(void *data) { gl_t *gl = (gl_t*)data; - const GLfloat vertexes_flipped[] = { - 0, 1, - 1, 1, - 0, 0, - 1, 0 - }; - gl_glsl_use(RARCH_CG_MENU_SHADER_INDEX); gl_set_viewport(gl, gl->win_width, gl->win_height, false, true);