]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/common/scriplib.c
Merge remote-tracking branch 'ttimo/master'
[xonotic/netradiant.git] / tools / quake3 / common / scriplib.c
index 2a18e96f14dd60a9799f3a36cfebd1af30793525..a33657c7b3dccb2d6a343ea16517bb815330069c 100644 (file)
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 1999-2007 id Software, Inc. and contributors.
+   Copyright (C) 1999-2006 Id Software, Inc. and contributors.
    For a list of contributors, see the accompanying CONTRIBUTORS file.
 
    This file is part of GtkRadiant.
@@ -303,12 +303,11 @@ skipspace:
    ==============
  */
 qboolean TokenAvailable( void ) {
-       int oldLine, oldScriptLine;
+       int oldLine;
        qboolean r;
 
        /* save */
        oldLine = scriptline;
-       oldScriptLine = script->line;
 
        /* test */
        r = GetToken( qtrue );