From ae5612ce9145ae4549694927b4d389caf0ea8e8b Mon Sep 17 00:00:00 2001 From: Skirlez Date: Mon, 26 Dec 2022 23:53:54 +0200 Subject: [PATCH] remove comment which wasn't in the correct format or needed really --- menu/drivers/ozone.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/menu/drivers/ozone.c b/menu/drivers/ozone.c index 317fafa6d5..b784c0b6c3 100644 --- a/menu/drivers/ozone.c +++ b/menu/drivers/ozone.c @@ -7881,7 +7881,7 @@ static enum menu_action ozone_parse_menu_entry_action( } else { #ifdef HAVE_AUDIOMIXER - if (selection_total > 1) // if there's only one option, don't play the sound + if (selection_total > 1) audio_driver_mixer_play_scroll_sound(false); #endif if (!menu_navigation_wraparound_enable && selection == selection_total - 1) @@ -8193,7 +8193,7 @@ static int ozone_menu_entry_action( /* Check whether current selection has changed * (due to automatic on screen entry selection...) */ size_t new_selection = menu_navigation_get_selection(); - + if (new_selection != selection) { /* Selection has changed - must update