]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - netconn.c
Sys_Sleep overhaul
[xonotic/darkplaces.git] / netconn.c
index 30328127f1d2ad09fd38af9608756fdaf8c1ac92..cb2992ea06700ac32d23be131f006269bd0c289e 100644 (file)
--- a/netconn.c
+++ b/netconn.c
@@ -3833,11 +3833,6 @@ void NetConn_ServerFrame(void)
                        NetConn_ServerParsePacket(sv_sockets[i], readbuffer, length, &peeraddress);
 }
 
-void NetConn_SleepMicroseconds(int microseconds)
-{
-       LHNET_SleepUntilPacket_Microseconds(microseconds);
-}
-
 #ifdef CONFIG_MENU
 void NetConn_QueryMasters(qbool querydp, qbool queryqw)
 {