Tiny code cleanup.

This commit is contained in:
Leon Styhre 2021-01-12 23:10:39 +01:00
parent c3778f55f3
commit f25973f9b9

View file

@ -3,7 +3,7 @@
// EmulationStation Desktop Edition // EmulationStation Desktop Edition
// IList.h // 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 #ifndef ES_CORE_COMPONENTS_ILIST_H
@ -113,8 +113,6 @@ public:
void stopScrolling() void stopScrolling()
{ {
// if (mScrollTier >= 2)
// NavigationSounds::getInstance()->playThemeNavigationSound(SCROLLSOUND);
mTitleOverlayOpacity = 0; mTitleOverlayOpacity = 0;
listInput(0); listInput(0);