mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
Remove logically dead code
This commit is contained in:
parent
91220c3448
commit
39faa9be1b
@ -696,9 +696,6 @@ void menu_display_snow(int width, int height)
|
||||
{
|
||||
struct display_particle *p = (struct display_particle*)&particles[i];
|
||||
|
||||
if (!p)
|
||||
return;
|
||||
|
||||
if (p->alive)
|
||||
{
|
||||
int16_t mouse_x = menu_input_mouse_state(MENU_MOUSE_X_AXIS);
|
||||
|
Loading…
x
Reference in New Issue
Block a user