Mercurial > emacs
changeset 94924:7a919633882d
(enable_font_backend): Delete extern.
(main): Don't set enable_font_backend. Don't check the command
line argument "-disable-font-backend".
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 14 May 2008 01:24:12 +0000 |
parents | cf772caaa5f5 |
children | 3b446dc6d76d |
files | src/emacs.c |
diffstat | 1 files changed, 0 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/src/emacs.c Wed May 14 01:23:32 2008 +0000 +++ b/src/emacs.c Wed May 14 01:24:12 2008 +0000 @@ -787,9 +787,6 @@ return count >= 3 ? REPORT_EMACS_BUG_PRETEST_ADDRESS : REPORT_EMACS_BUG_ADDRESS; } -#ifdef USE_FONT_BACKEND -extern int enable_font_backend; -#endif /* USE_FONT_BACKEND */ /* ARGSUSED */ int @@ -1426,13 +1423,6 @@ no_loadup = argmatch (argv, argc, "-nl", "--no-loadup", 6, NULL, &skip_args); -#ifdef USE_FONT_BACKEND - enable_font_backend = 1; - if (argmatch (argv, argc, "-disable-font-backend", "--disable-font-backend", - 4, NULL, &skip_args)) - enable_font_backend = 0; -#endif /* USE_FONT_BACKEND */ - #ifdef HAVE_X_WINDOWS /* Stupid kludge to catch command-line display spec. We can't handle this argument entirely in window system dependent code