projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee4b6a4
)
; * src/sfntfont.c (sfntfont_list_family): Remove unused variable.
author
Po Lu
<luangruo@yahoo.com>
Sat, 16 Sep 2023 02:55:43 +0000
(10:55 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sat, 16 Sep 2023 02:55:43 +0000
(10:55 +0800)
src/sfntfont.c
patch
|
blob
|
history
diff --git
a/src/sfntfont.c
b/src/sfntfont.c
index 0696b66d2448473c598f989c6a512faa1db2ff33..db527d7d4afc6fc31107323f820f2accdd5f0273 100644
(file)
--- a/
src/sfntfont.c
+++ b/
src/sfntfont.c
@@
-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;