This commit is contained in:
Bill Currie 2000-10-26 03:43:53 +00:00
parent 9d80b4394e
commit c9b3b34f26

View file

@ -1566,12 +1566,6 @@ void Host_Frame (float time)
fps_count++;
}
static void simple_crypt(char *buf, int len)
{
while (len--)
*buf++ ^= 0xff;
}
//============================================================================
/*