diff options
Diffstat (limited to 'src/frame.h')
-rw-r--r-- | src/frame.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/frame.h b/src/frame.h index 7d9f741..0ccc47b 100644 --- a/src/frame.h +++ b/src/frame.h @@ -138,7 +138,6 @@ extern void check_run(struct frame *fr, int pn); extern void show_edit_pos(struct edit_pos a); extern void add_run(Paragraph *para, SCBlock *scblock, SCBlock *rscblock, - size_t len_bytes, PangoFontDescription *fdesc, double col[4]); extern Paragraph *insert_paragraph(struct frame *fr, int pos); |