diff options
-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 */ |