summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-08-13 09:51:59 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-08-13 09:51:59 +0000
commitcd2365dd464581f3ddf0930c6fa5209f4174e66e (patch)
treebc10c4656926260d00ed61ecd9d05b919b4adf65 /src
parent13fadb12fb400818e0ccb4c38b3bfce70ccfdad2 (diff)
downloadlibdom-cd2365dd464581f3ddf0930c6fa5209f4174e66e.tar.gz
libdom-cd2365dd464581f3ddf0930c6fa5209f4174e66e.tar.bz2
Remove spurious inline qualifiers.
svn path=/trunk/dom/; revision=9238
Diffstat (limited to 'src')
-rw-r--r--src/core/document.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/document.h b/src/core/document.h
index ea961a2..e421fe5 100644
--- a/src/core/document.h
+++ b/src/core/document.h
@@ -221,7 +221,7 @@ void _dom_document_try_destroy(struct dom_document *doc);
void *_dom_document_alloc(struct dom_document *doc, void *ptr, size_t size);
/* Get the internment context */
-inline struct lwc_context_s *_dom_document_get_intern_context(
+struct lwc_context_s *_dom_document_get_intern_context(
struct dom_document *doc);
/* Get the resource manager inside this document, a resource manager
@@ -231,7 +231,7 @@ void _dom_document_get_resource_mgr(
struct dom_document *doc, struct dom_resource_mgr *rm);
/* Get the internal allocator and its pointer */
-inline void _dom_document_get_allocator(struct dom_document *doc,
+void _dom_document_get_allocator(struct dom_document *doc,
dom_alloc *al, void **pw);
/* Create a hash_table */