From 3f7af3d1643b03c0981ecf5b305f2e5dbeced7c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Andr=C3=A9=20Santoni?= Date: Sun, 12 Oct 2014 20:34:55 +0200 Subject: [PATCH] (Menu) Remove the unwanted vertical animation on screen switch --- frontend/menu/disp/xmb.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/menu/disp/xmb.c b/frontend/menu/disp/xmb.c index f19696a4ee..0f148e958b 100644 --- a/frontend/menu/disp/xmb.c +++ b/frontend/menu/disp/xmb.c @@ -776,8 +776,6 @@ static void xmb_context_reset(void *data) static void xmb_navigation_clear(void *data) { (void)data; - - xmb_selection_pointer_changed(); } static void xmb_navigation_decrement(void *data)