aboutsummaryrefslogtreecommitdiff
path: root/src/shape.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shape.c')
-rw-r--r--src/shape.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shape.c b/src/shape.c
index e54de09..4edd57b 100644
--- a/src/shape.c
+++ b/src/shape.c
@@ -79,7 +79,6 @@ static int add_wrap_box(struct wrap_line *line, char *text, size_t offset,
box = &line->boxes[line->n_boxes];
if ( !editable ) offset = 0;
- box->sc_offset = offset;
box->type = WRAP_BOX_PANGO;
box->text = text;
box->space = space;