From d8132eeb7337b410a46fcf64ae0f6dacbe52cf33 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 3 Jul 2021 00:07:16 +0200 Subject: Remove invalid todo comment --- src/HtmlSearch.c | 1 - 1 file changed, 1 deletion(-) 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); -- cgit v1.2.3