]> granicus.if.org Git - graphviz/commitdiff
GD plugin doSphere: remove commented out code
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 20 Aug 2022 03:48:14 +0000 (20:48 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 21 Aug 2022 17:53:19 +0000 (10:53 -0700)
plugin/gd/gvrender_gd_vrml.c

index 7f5aa7b66576ea45cd4aa81d239455be0e899d10..0f2498e4d8c1eb531de9e32a96ef4b937af43796 100644 (file)
@@ -700,10 +700,6 @@ doSphere (GVJ_t *job, node_t *n, pointf p, double z, double rx, double ry)
 {
     obj_state_t *obj = job->obj;
 
-//    if (!(strcmp(cstk[SP].fillcolor, "transparent"))) {
-//     return;
-//    }
     gvputs(job,   "Transform {\n");
     gvprintf(job, "  translation %.3f %.3f %.3f\n", p.x, p.y, z);
     gvprintf(job, "  scale %.3f %.3f %.3f\n", rx, rx, rx);