From: Matthew Fernandez Date: Sat, 14 Jan 2023 04:58:18 +0000 (-0800) Subject: smyrna: remove some unhelpful comments X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e97735c35861a8693270da51c32070a2b2530dee;p=graphviz smyrna: remove some unhelpful comments --- diff --git a/cmd/smyrna/gui/frmobjectui.c b/cmd/smyrna/gui/frmobjectui.c index 07cfad62f..44d0e6600 100644 --- a/cmd/smyrna/gui/frmobjectui.c +++ b/cmd/smyrna/gui/frmobjectui.c @@ -557,15 +557,15 @@ attr_list *load_attr_list(Agraph_t * g) switch (idx) { case 0: - /**/ attr->name = safestrdup(a); + attr->name = safestrdup(a); break; case 1: - /**/ attr->defValG = safestrdup(a); + attr->defValG = safestrdup(a); attr->defValN = safestrdup(a); attr->defValE = safestrdup(a); break; case 2: - /**/ set_attr_object_type(a, attr->objType); + set_attr_object_type(a, attr->objType); break; } idx++;