Remove all remaining references to cachedir.

This commit is contained in:
Anton E. Gavrilov 2000-05-24 10:44:29 +00:00
parent 43e49ccd73
commit 4acb725dec
5 changed files with 0 additions and 7 deletions

View file

@ -241,9 +241,6 @@ int main (int c, char **v)
parms.basedir = BASEDIR;
// caching is disabled by default, use -cachedir to enable
// parms.cachedir = cachedir;
noconinput = COM_CheckParm("-noconinput");
if (!noconinput)
fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY);