From f25973f9b9978259ac9a6225b8756518461eb757 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Tue, 12 Jan 2021 23:10:39 +0100 Subject: [PATCH] Tiny code cleanup. --- es-core/src/components/IList.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/es-core/src/components/IList.h b/es-core/src/components/IList.h index 79d61589b..41ad939bd 100644 --- a/es-core/src/components/IList.h +++ b/es-core/src/components/IList.h @@ -3,7 +3,7 @@ // EmulationStation Desktop Edition // IList.h // -// List base class, used by both the gamelist views and the menus. +// List base class, used by both the gamelist views and the menu. // #ifndef ES_CORE_COMPONENTS_ILIST_H @@ -113,8 +113,6 @@ public: void stopScrolling() { -// if (mScrollTier >= 2) -// NavigationSounds::getInstance()->playThemeNavigationSound(SCROLLSOUND); mTitleOverlayOpacity = 0; listInput(0);