mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-26 14:00:52 +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;
|
quakeparms_t parms;
|
||||||
double newtime, time, oldtime;
|
double newtime, time, oldtime;
|
||||||
static char cwd[1024];
|
|
||||||
struct timeval timeout;
|
struct timeval timeout;
|
||||||
fd_set fdset;
|
fd_set fdset;
|
||||||
int t;
|
int t;
|
||||||
|
|
Loading…
Reference in a new issue