config: delete old parser, new lexer/parser is the default by now

This commit is contained in:
Michael Stapelberg
2009-11-22 20:25:33 +01:00
parent 52945486fd
commit 4ace0d2138
4 changed files with 52 additions and 400 deletions

View File

@ -182,7 +182,7 @@ int main(int argc, char *argv[], char *env[]) {
printf("i3 version " I3_VERSION " © 2009 Michael Stapelberg and contributors\n");
exit(EXIT_SUCCESS);
case 'l':
config_use_lexer = true;
/* DEPRECATED, ignored for the next 3 versions (3.e, 3.f, 3.g) */
break;
default:
fprintf(stderr, "Usage: %s [-c configfile] [-a] [-v]\n", argv[0]);