summaryrefslogtreecommitdiff
path: root/render/box_construct.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2005-08-14 23:56:15 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2005-08-14 23:56:15 +0000
commit58d9b45e819cc2c1b9909f503cb6e9901b8c6d29 (patch)
tree1fab459d25d1053204e93da2d7b3b9580b721fde /render/box_construct.c
parentd3a5e7251db1e09846affde32f3a202f762d2da7 (diff)
downloadnetsurf-58d9b45e819cc2c1b9909f503cb6e9901b8c6d29.tar.gz
netsurf-58d9b45e819cc2c1b9909f503cb6e9901b8c6d29.tar.bz2
[project @ 2005-08-14 23:56:15 by jmb]
Move imagemap.[ch] into render/ Make imagemap URL extraction use box_extract_link svn path=/import/netsurf/; revision=1847
Diffstat (limited to 'render/box_construct.c')
-rw-r--r--render/box_construct.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index f0625520c..b338f2f5f 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -109,7 +109,6 @@ static bool box_embed(BOX_SPECIAL_PARAMS);
static bool box_iframe(BOX_SPECIAL_PARAMS);
static bool box_get_attribute(xmlNode *n, const char *attribute,
void *context, char **value);
-static bool box_extract_link(const char *rel, const char *base, char **result);
static struct box_multi_length *box_parse_multi_lengths(const char *s,
unsigned int *count, void *context);