]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - main.c
Remove spelling corrector
[xonotic/gmqcc.git] / main.c
diff --git a/main.c b/main.c
index 9a027bd73a11e592e8b59c3e725c2c3d3e939d6b..db8aed08f29af02c2d8a85e380d972c0bd2a0717 100644 (file)
--- a/main.c
+++ b/main.c
@@ -498,14 +498,6 @@ static bool options_parse(int argc, char **argv) {
                         OPTS_OPTION_BOOL(OPTION_QUIET) = true;
                         break;
                     }
-                    else if (!strcmp(argv[0]+2, "correct")) {
-                        OPTS_OPTION_BOOL(OPTION_CORRECTION) = true;
-                        break;
-                    }
-                    else if (!strcmp(argv[0]+2, "no-correct")) {
-                        OPTS_OPTION_BOOL(OPTION_CORRECTION) = false;
-                        break;
-                    }
                     else if (!strcmp(argv[0]+2, "add-info")) {
                         OPTS_OPTION_BOOL(OPTION_ADD_INFO) = true;
                         break;