summaryrefslogtreecommitdiff
path: root/src/treebuilder/in_head.c
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-08-10 13:19:36 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-08-10 13:19:36 +0000
commitc8aaecba0272665ba64380ec62d9fc6eba90c960 (patch)
tree3acb6c0b77c50e865ae58ff9aee7a3776797d149 /src/treebuilder/in_head.c
parent79be2db31cfe012147e8f5526d3ddfef4a8c9b52 (diff)
downloadlibhubbub-c8aaecba0272665ba64380ec62d9fc6eba90c960.tar.gz
libhubbub-c8aaecba0272665ba64380ec62d9fc6eba90c960.tar.bz2
Remove process_in_head(), since it was identical in behaviour to handle_in_head(). Remove prototypes for functions no longer existent.
svn path=/trunk/hubbub/; revision=4987
Diffstat (limited to 'src/treebuilder/in_head.c')
-rw-r--r--src/treebuilder/in_head.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/treebuilder/in_head.c b/src/treebuilder/in_head.c
index 2df1062..4867a5d 100644
--- a/src/treebuilder/in_head.c
+++ b/src/treebuilder/in_head.c
@@ -180,18 +180,3 @@ bool handle_in_head(hubbub_treebuilder *treebuilder,
return reprocess;
}
-
-
-
-/**
- * Process a tag as if in the "in head" state.
- *
- * \param treebuilder The treebuilder instance
- * \param token The token to process
- * \return True to reprocess the token, false otherwise
- */
-bool process_in_head(hubbub_treebuilder *treebuilder,
- const hubbub_token *token)
-{
- return handle_in_head(treebuilder, token);
-}