mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
comment out an unused function
This commit is contained in:
parent
094c9c5cdb
commit
8ed5962b22
1 changed files with 2 additions and 2 deletions
|
@ -157,7 +157,7 @@ SockadrToNetadr (struct sockaddr_in6 *s, netadr_t *a)
|
||||||
a->port = s->sin6_port;
|
a->port = s->sin6_port;
|
||||||
a->family = s->sin6_family;
|
a->family = s->sin6_family;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
static qboolean
|
static qboolean
|
||||||
NET_AdrIsLoopback (netadr_t a)
|
NET_AdrIsLoopback (netadr_t a)
|
||||||
{
|
{
|
||||||
|
@ -169,7 +169,7 @@ NET_AdrIsLoopback (netadr_t a)
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
qboolean
|
qboolean
|
||||||
NET_CompareBaseAdr (netadr_t a, netadr_t b)
|
NET_CompareBaseAdr (netadr_t a, netadr_t b)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue