From 5f6c2cbff7cd778b6487943d62e71ff9e7b04893 Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Sat, 26 Jul 2008 22:29:15 +0000 Subject: - Compiler warning squash - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762 --- render/box.c | 1 - 1 file changed, 1 deletion(-) (limited to 'render/box.c') 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*/ -- cgit v1.2.3