]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/sfntfont.c (sfntfont_list_family): Remove unused variable.
authorPo Lu <luangruo@yahoo.com>
Sat, 16 Sep 2023 02:55:43 +0000 (10:55 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 16 Sep 2023 02:55:43 +0000 (10:55 +0800)
src/sfntfont.c

index 0696b66d2448473c598f989c6a512faa1db2ff33..db527d7d4afc6fc31107323f820f2accdd5f0273 100644 (file)
@@ -3648,7 +3648,6 @@ sfntfont_list_family (struct frame *f)
 {
   Lisp_Object families, tem, next;
   struct sfnt_font_desc *desc;
-  unsigned short count;
 
   families = Qnil;