diff options
author | Thomas White <taw@bitwiz.org.uk> | 2015-10-12 22:53:16 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2015-10-12 22:53:16 +0200 |
commit | b825140f394a00b0935492e619e0d7b094607233 (patch) | |
tree | 5fe43782b92cf6320458bfc78f4ef4ce96a9077c /src/shape.h | |
parent | 4e204b3e02f78ca60d32d0c704abcb5499384157 (diff) |
Remove old prototype
Diffstat (limited to 'src/shape.h')
-rw-r--r-- | src/shape.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shape.h b/src/shape.h index 6c59fb8..4f3a0ce 100644 --- a/src/shape.h +++ b/src/shape.h @@ -43,6 +43,4 @@ extern void add_image_box(struct wrap_line *line, const char *filename, extern void add_callback_box(struct wrap_line *line, double w, double h, SCCallbackDrawFunc func, void *bvp, void *vp); -extern void reshape_box(struct wrap_box *box); - #endif /* SHAPE_H */ |