summaryrefslogtreecommitdiff
path: root/src/select/properties/margin_left.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2011-01-19 23:12:37 +0000
committerVincent Sanders <vince@netsurf-browser.org>2011-01-19 23:12:37 +0000
commit6a50bef84ae6a0a67e03ac1356f8d85d15fe09d6 (patch)
tree01f78f04b22517899f603787f6005f70b359271e /src/select/properties/margin_left.c
parent63c21aca7c77b1d37cb64ad2b1fa76d6b0b92f48 (diff)
downloadlibcss-6a50bef84ae6a0a67e03ac1356f8d85d15fe09d6.tar.gz
libcss-6a50bef84ae6a0a67e03ac1356f8d85d15fe09d6.tar.bz2
Merge parser autogeneration and string handling refactor branch r=jmb,kinnison,vince
svn path=/trunk/libcss/; revision=11408
Diffstat (limited to 'src/select/properties/margin_left.c')
-rw-r--r--src/select/properties/margin_left.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/select/properties/margin_left.c b/src/select/properties/margin_left.c
index bd39871..1740169 100644
--- a/src/select/properties/margin_left.c
+++ b/src/select/properties/margin_left.c
@@ -47,7 +47,3 @@ css_error compose_margin_left(const css_computed_style *parent,
return set_margin_left(result, type, length, unit);
}
-uint32_t destroy_margin_left(void *bytecode)
-{
- return generic_destroy_length(bytecode);
-}