summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-12-13 20:25:08 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-12-13 20:25:08 +0000
commite4c50bd58ada5d87f2eb8ab7b291fbd39999124f (patch)
treefc08c3f9ecd02e5112de525e7c16c3f8843e034f /render/box.h
parenta7499820ba2f84fd3764b884c4cdedc2d3b04e84 (diff)
downloadnetsurf-e4c50bd58ada5d87f2eb8ab7b291fbd39999124f.tar.gz
netsurf-e4c50bd58ada5d87f2eb8ab7b291fbd39999124f.tar.bz2
Update for new libcss API.
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/render/box.h b/render/box.h
index 1ce26c28b..878ebc8d3 100644
--- a/render/box.h
+++ b/render/box.h
@@ -315,7 +315,6 @@ extern const char *TARGET_BLANK;
-void *box_style_alloc(void *ptr, size_t len, void *pw);
struct box * box_create(css_select_results *styles, css_computed_style *style,
bool style_owned, nsurl *href, const char *target,
const char *title, lwc_string *id, void *context);