diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/HtmlSearch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/HtmlSearch.c b/src/HtmlSearch.c index 23c4736..89ee326 100644 --- a/src/HtmlSearch.c +++ b/src/HtmlSearch.c @@ -443,7 +443,6 @@ QuickMediaStringView quickmedia_html_node_get_text(QuickMediaMatchNode *self) { } /* If the only child is the text node then there is no need to create a copy of it */ - /* TODO: Strip newline and whitespace */ if(!self->node->first_child->next && !self->node->first_child->node.is_tag) { QuickMediaStringView text = self->node->first_child->node.name; strip(text.data, text.size, &text.data, &text.size, is_whitespace); |