]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/common/scriplib.c
more warnings done. Now q3map2 is warning free apart from libpng deprecation problems.
[xonotic/netradiant.git] / tools / quake3 / common / scriplib.c
index 47196e53aa9ce9cea642698032334f526eec882c..5502d35af3de3162471ebc10d63331c5bd1c07fc 100644 (file)
@@ -296,12 +296,11 @@ Returns qtrue if there is another token on the line
 ==============
 */
 qboolean TokenAvailable (void) {
-       int             oldLine, oldScriptLine;
+       int             oldLine;
        qboolean        r;
        
        /* save */
        oldLine = scriptline;
-       oldScriptLine = script->line;
        
        /* test */
        r = GetToken( qtrue );