summaryrefslogtreecommitdiff
path: root/render/box.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.c')
-rw-r--r--render/box.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/render/box.c b/render/box.c
index e6495174e..d248f60d4 100644
--- a/render/box.c
+++ b/render/box.c
@@ -677,7 +677,6 @@ struct box* box_duplicate_tree(struct box *root, struct content *c)
{
struct box *new_root;/**< Root of the new box tree*/
int box_number = 0;
- struct box *old_addr, *new_addr;
struct box_dict_element *box_dict, *box_dict_end;
/* 1. Duplicate parent - children structure, list_markers*/