From cd2365dd464581f3ddf0930c6fa5209f4174e66e Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 13 Aug 2009 09:51:59 +0000 Subject: Remove spurious inline qualifiers. svn path=/trunk/dom/; revision=9238 --- src/core/document.h | 4 ++-- 1 file 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 */ -- cgit v1.2.3