aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2015-10-12 22:53:16 +0200
committerThomas White <taw@bitwiz.org.uk>2015-10-12 22:53:16 +0200
commitb825140f394a00b0935492e619e0d7b094607233 (patch)
tree5fe43782b92cf6320458bfc78f4ef4ce96a9077c
parent4e204b3e02f78ca60d32d0c704abcb5499384157 (diff)
Remove old prototype
-rw-r--r--src/shape.h2
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 */