summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/html.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/html.cc b/src/html.cc
index f5631886..d6b64a19 100644
--- a/src/html.cc
+++ b/src/html.cc
@@ -2481,7 +2481,6 @@ static void
type = UNKNOWN;
}
if (type == RECTANGLE || type == CIRCLE || type == POLYGON) {
- /* TODO: add support for coords in % */
if ((attrbuf = a_Html_get_attr(html, tag, tagsize, "coords"))) {
coords = Html_read_coords(html, attrbuf);