diff --git a/gfx/drivers_context/ps3_ctx.c b/gfx/drivers_context/ps3_ctx.c index 33de8136d8..9e34c5ded2 100644 --- a/gfx/drivers_context/ps3_ctx.c +++ b/gfx/drivers_context/ps3_ctx.c @@ -156,9 +156,6 @@ static void gfx_ctx_ps3_check_window(void *data, bool *quit, *quit = false; *resize = false; - if (gl->quitting) - *quit = true; - if (gl->should_resize) *resize = true; }