diff options
Diffstat (limited to 'src/font.h')
-rw-r--r-- | src/font.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/font.h b/src/font.h index 0ec56590916..9285330ce54 100644 --- a/src/font.h +++ b/src/font.h @@ -545,8 +545,8 @@ struct font_driver Lisp_Object (*open) (struct frame *f, Lisp_Object font_entity, int pixel_size); - /* Close FONT on frame F. */ - void (*close) (struct frame *f, struct font *font); + /* Close FONT. */ + void (*close) (struct font *font); /* Optional (if FACE->extra is not used). Prepare FACE for displaying characters by FONT on frame F by |