]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - test.c
More cleanup
[xonotic/gmqcc.git] / test.c
diff --git a/test.c b/test.c
index 0c59c6f9776c3c0fea2e09e43b4b012dc536224b..2c985f0fad87d7ead73d61d3133adc9184e2c0ec 100644 (file)
--- a/test.c
+++ b/test.c
@@ -1279,7 +1279,6 @@ int main(int argc, char **argv) {
     char *defs = NULL;
 
     con_init();
     char *defs = NULL;
 
     con_init();
-    OPTS_OPTION_U16(OPTION_MEMDUMPCOLS) = 16;
 
     /*
      * Command line option parsing commences now We only need to support
 
     /*
      * Command line option parsing commences now We only need to support
@@ -1297,10 +1296,6 @@ int main(int argc, char **argv) {
                 OPTS_OPTION_BOOL(OPTION_DEBUG) = true;
                 continue;
             }
                 OPTS_OPTION_BOOL(OPTION_DEBUG) = true;
                 continue;
             }
-            if (!strcmp(argv[0]+1, "memchk")) {
-                OPTS_OPTION_BOOL(OPTION_MEMCHK) = true;
-                continue;
-            }
             if (!strcmp(argv[0]+1, "nocolor")) {
                 con_color(0);
                 continue;
             if (!strcmp(argv[0]+1, "nocolor")) {
                 con_color(0);
                 continue;