summaryrefslogtreecommitdiff
path: root/src/utils/utils.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-12-14 23:17:15 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-12-14 23:17:15 +0000
commit5196369f0b637e2cb37b08787cf96a33a704491f (patch)
tree98ae8ce05000355abe9ddd2d6cef473374f6f496 /src/utils/utils.h
parent701d16aa5ee8d39188dffb797ce14d7d0f95967a (diff)
downloadlibcss-5196369f0b637e2cb37b08787cf96a33a704491f.tar.gz
libcss-5196369f0b637e2cb37b08787cf96a33a704491f.tar.bz2
Update for new lpu API.
Diffstat (limited to 'src/utils/utils.h')
-rw-r--r--src/utils/utils.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/utils/utils.h b/src/utils/utils.h
index 3f7fcd0..c1f8d80 100644
--- a/src/utils/utils.h
+++ b/src/utils/utils.h
@@ -77,9 +77,4 @@ static inline css_error css_error_from_lwc_error(lwc_error err)
return CSS_INVALID;
}
-
-/* Allocator to pass to libparserutils */
-#define CSS_ALLOC_PW NULL
-void *css_alloc(void *data, size_t len, void *pw);
-
#endif