]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - opts.c
Remove stat_info calls
[xonotic/gmqcc.git] / opts.c
diff --git a/opts.c b/opts.c
index 5d68355832ab7b55df6da1d28251cd89736c0060..3f5c25bf71a8ffd55bd72480068e8169f5072314 100644 (file)
--- a/opts.c
+++ b/opts.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012, 2013, 2014
+ * Copyright (C) 2012, 2013, 2014, 2015
  *     Wolfgang Bumiller
  *     Dale Weiler
  *
@@ -59,7 +59,6 @@ opts_cmd_t   opts; /* command line options */
 
 static void opts_setdefault(void) {
     memset(&opts, 0, sizeof(opts_cmd_t));
-    OPTS_OPTION_BOOL(OPTION_CORRECTION) = true;
     OPTS_OPTION_STR(OPTION_PROGSRC)     = "progs.src";
 
     /* warnings */