X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=host.c;h=c3efe96fc94a3a8ef581acc72e0fedb1aaf18874;hp=dfc42fa0c983720c2226d661c89b6359e206fb2a;hb=69a9f6bb4ea7d2a62b22238da58fe99d0ebd41d8;hpb=0d2215d9e30e15b2843a2bcdcb560296696595c2 diff --git a/host.c b/host.c index dfc42fa0..c3efe96f 100644 --- a/host.c +++ b/host.c @@ -519,25 +519,6 @@ void Host_ShutdownServer(void) } -/* -================ -Host_ClearMemory - -This clears all the memory used by both the client and server, but does -not reinitialize anything. -================ -*/ -void Host_ClearMemory (void) -{ - Con_DPrint("Clearing memory\n"); - Mod_ClearAll (); - - cls.signon = 0; - memset (&sv, 0, sizeof(sv)); - memset (&cl, 0, sizeof(cl)); -} - - //============================================================================ /*