mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 19:21:03 +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;
|
size_t i;
|
||||||
bool was_playing = false;
|
bool was_playing = false;
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
/* TODO/FIXME - doesn't exist yet */
|
|
||||||
bool extra_notifications = settings->bools.notification_show_netplay_extra;
|
bool extra_notifications = settings->bools.notification_show_netplay_extra;
|
||||||
|
|
||||||
if (!netplay)
|
if (!netplay || !connection->active)
|
||||||
return;
|
|
||||||
if (!connection->active)
|
|
||||||
return;
|
return;
|
||||||
|
|
||||||
was_playing =
|
was_playing =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user