mirror of
https://github.com/libretro/RetroArch
synced 2025-02-23 15:40:35 +00:00
Cleanup
This commit is contained in:
parent
53e89f6bd1
commit
989ddb35a8
@ -1266,10 +1266,6 @@ static unsigned ozone_entries_icon_get_id(ozone_handle_t *ozone,
|
||||
if ( type == input_id + 5)
|
||||
return OZONE_ENTRIES_ICONS_TEXTURE_SAVING;
|
||||
input_id = input_id + 7;
|
||||
while (type > (input_id + 35))
|
||||
{
|
||||
input_id = (input_id + 36) ;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -2635,10 +2635,6 @@ static uintptr_t xmb_icon_get_id(xmb_handle_t *xmb,
|
||||
if ( type == input_id + 5)
|
||||
return xmb->textures.list[XMB_TEXTURE_SAVING];
|
||||
input_id = input_id + 7;
|
||||
while (type > (input_id + 35))
|
||||
{
|
||||
input_id = (input_id + 36) ;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user