X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=test.c;fp=test.c;h=2c985f0fad87d7ead73d61d3133adc9184e2c0ec;hp=0c59c6f9776c3c0fea2e09e43b4b012dc536224b;hb=a7b45ea14dd05ac141f7f220568fa4757ff98a03;hpb=9d89a059aa6d2a03d3a08de4db295e08e45458d9 diff --git a/test.c b/test.c index 0c59c6f..2c985f0 100644 --- a/test.c +++ b/test.c @@ -1279,7 +1279,6 @@ int main(int argc, char **argv) { char *defs = NULL; con_init(); - OPTS_OPTION_U16(OPTION_MEMDUMPCOLS) = 16; /* * 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; } - if (!strcmp(argv[0]+1, "memchk")) { - OPTS_OPTION_BOOL(OPTION_MEMCHK) = true; - continue; - } if (!strcmp(argv[0]+1, "nocolor")) { con_color(0); continue;