mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-20 21:11:18 -07:00
; * src/haikufont.c (haikufont_open): Remove unused variable.
This commit is contained in:
parent
4b99015e15
commit
a1cb77771a
1 changed files with 1 additions and 1 deletions
|
|
@ -760,7 +760,7 @@ haikufont_open (struct frame *f, Lisp_Object font_entity, int pixel_size)
|
|||
struct haiku_font_pattern ptn;
|
||||
struct font *font;
|
||||
void *be_font;
|
||||
Lisp_Object font_object, tem, extra, indices, antialias;
|
||||
Lisp_Object font_object, extra, indices, antialias;
|
||||
int px_size, min_width, max_width;
|
||||
int avg_width, height, space_width, ascent;
|
||||
int descent, underline_pos, underline_thickness;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue