]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove extraneous code left over from the ftbe font driver
authorPo Lu <luangruo@yahoo.com>
Wed, 24 Nov 2021 01:46:33 +0000 (01:46 +0000)
committerPo Lu <luangruo@yahoo.com>
Wed, 24 Nov 2021 01:46:33 +0000 (01:46 +0000)
* src/haikuterm.c (syms_of_haikuterm): Remove dead code.

src/haikuterm.c

index da8c92d6217c634c4918c0a0635bc2bc2d390668..be2b6c2491faa7f3e43412bc0b3096d8ebeb3d4d 100644 (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