Remove extraneous code left over from the ftbe font driver

* src/haikuterm.c (syms_of_haikuterm): Remove dead code.
This commit is contained in:
Po Lu 2021-11-24 01:46:33 +00:00
parent f90176b1ca
commit dc0ed8818b

View file

@ -3620,9 +3620,6 @@ Setting it to any other value is equivalent to `shift'. */);
staticpro (&rdb);
Fprovide (Qhaiku, Qnil);
#ifdef HAVE_BE_FREETYPE
Fprovide (Qfreetype, Qnil);
#endif
#ifdef USE_BE_CAIRO
Fprovide (intern_c_string ("cairo"), Qnil);
#endif