mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 22:25:38 +00:00
Tiny code cleanup.
This commit is contained in:
parent
c3778f55f3
commit
f25973f9b9
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue