mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
Fix waring about unused var.
This commit is contained in:
parent
f3bd9acd2e
commit
e5a8b1dfab
1 changed files with 0 additions and 1 deletions
|
@ -212,7 +212,6 @@ int main (int argc, char **argv)
|
|||
{
|
||||
quakeparms_t parms;
|
||||
double newtime, time, oldtime;
|
||||
static char cwd[1024];
|
||||
struct timeval timeout;
|
||||
fd_set fdset;
|
||||
int t;
|
||||
|
|
Loading…
Reference in a new issue