mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
Revert "Revert "Remove obsolete comment""
This reverts commit 3597643faa249d159a6716a10416481b4fa493f5.
This commit is contained in:
parent
2820231dd0
commit
7e7b2d826e
@ -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