mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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->family = s->sin6_family;
|
||||
}
|
||||
|
||||
/*
|
||||
static qboolean
|
||||
NET_AdrIsLoopback (netadr_t a)
|
||||
{
|
||||
|
@ -169,7 +169,7 @@ NET_AdrIsLoopback (netadr_t a)
|
|||
|
||||
return false;
|
||||
}
|
||||
|
||||
*/
|
||||
qboolean
|
||||
NET_CompareBaseAdr (netadr_t a, netadr_t b)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue