mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
Remove obsolete comment
This commit is contained in:
parent
cea8528929
commit
e8ed660ea1
@ -3576,12 +3576,9 @@ void netplay_hangup(netplay_t *netplay,
|
||||
size_t i;
|
||||
bool was_playing = false;
|
||||
settings_t *settings = config_get_ptr();
|
||||
/* TODO/FIXME - doesn't exist yet */
|
||||
bool extra_notifications = settings->bools.notification_show_netplay_extra;
|
||||
|
||||
if (!netplay)
|
||||
return;
|
||||
if (!connection->active)
|
||||
if (!netplay || !connection->active)
|
||||
return;
|
||||
|
||||
was_playing =
|
||||
|
Loading…
x
Reference in New Issue
Block a user