diff options
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/emacs.c b/src/emacs.c index e24a0fe2553..7074076cf66 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1423,10 +1423,6 @@ main (argc, argv no_loadup = argmatch (argv, argc, "-nl", "--no-loadup", 6, NULL, &skip_args); - if (argmatch (argv, argc, "-disable-font-backend", "--disable-font-backend", - 4, NULL, &skip_args)) - ; - #ifdef HAVE_X_WINDOWS /* Stupid kludge to catch command-line display spec. We can't handle this argument entirely in window system dependent code |