]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.c
default gl_lockarrays to 0, I'm not aware of any cards that actually benefit from it
[xonotic/darkplaces.git] / common.c
index 872a70f23425af5790ace3819f130d05c9f95661..50fb662ee89b226eab570de4fbd6ecac148992d2 100644 (file)
--- a/common.c
+++ b/common.c
@@ -863,7 +863,6 @@ Parse a token out of a string, behaving like the qwcl console
 int COM_ParseTokenConsole(const char **datapointer)
 {
        int len;
-       int c;
        const char *data = *datapointer;
 
        len = 0;