1
0
mirror of https://github.com/libretro/RetroArch synced 2025-04-01 13:20:43 +00:00

Drop useless (void).

This commit is contained in:
Themaister 2012-06-01 14:22:13 +02:00
parent 2c674ef8d1
commit 02c77d3685

@ -738,8 +738,6 @@ netplay_t *netplay_new(const char *server, uint16_t port,
bool spectate, bool spectate,
const char *nick) const char *nick)
{ {
(void)spectate;
if (frames > UDP_FRAME_PACKETS) if (frames > UDP_FRAME_PACKETS)
frames = UDP_FRAME_PACKETS; frames = UDP_FRAME_PACKETS;