Drop useless (void).

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

View File

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