aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-11-23 22:18:49 +0100
committerThomas White <taw@physics.org>2017-11-23 22:58:07 +0100
commit5d0df527ee8c1f919638677dd58c0681309b8a8b (patch)
tree63e43938353c0e132f31f0c5b1a4cae7bcebb5cb /src/frame.h
parent55c566558b168b434e955dbefca4745c3a4932a2 (diff)
Get rid of image size stuff
A completely unnecessary mechanism.
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/frame.h b/src/frame.h
index 3bc11f3..fd3c151 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -128,8 +128,7 @@ extern void show_para(Paragraph *p);
extern void set_para_spacing(Paragraph *para, float space[4]);
extern double paragraph_height(Paragraph *para);
-extern void render_paragraph(cairo_t *cr, Paragraph *para, ImageStore *is,
- enum is_size isz);
+extern void render_paragraph(cairo_t *cr, Paragraph *para, ImageStore *is);
extern SCBlock *get_newline_at_end(Paragraph *para);
extern void set_newline_at_end(Paragraph *para, SCBlock *bl);