summaryrefslogtreecommitdiff
path: root/render/layout.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-10-22 20:58:11 +0000
committerJames Bursa <james@netsurf-browser.org>2004-10-22 20:58:11 +0000
commitda5d07f0bebb22b5d72bc9ccf8f3c04bd08f87b6 (patch)
treec0efdc050b0d82fe54fe835db6cd7e5d9938ce83 /render/layout.c
parentefbb5167a3239af1be3b3161bf488aa89568717f (diff)
downloadnetsurf-da5d07f0bebb22b5d72bc9ccf8f3c04bd08f87b6.tar.gz
netsurf-da5d07f0bebb22b5d72bc9ccf8f3c04bd08f87b6.tar.bz2
[project @ 2004-10-22 20:58:11 by bursa]
Fix form textarea scrolling. The scrollbar now works properly. svn path=/import/netsurf/; revision=1334
Diffstat (limited to 'render/layout.c')
-rw-r--r--render/layout.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/render/layout.c b/render/layout.c
index a59c23da0..253ce648a 100644
--- a/render/layout.c
+++ b/render/layout.c
@@ -67,7 +67,6 @@ static void calculate_inline_replaced_widths(struct box *box, int *min,
int *max, int *line_max);
static void calculate_inline_widths(struct box *box, int *min, int *line_max);
static bool calculate_table_widths(struct box *table);
-static void layout_calculate_descendant_bboxes(struct box *box);
/**