]> granicus.if.org Git - graphviz/commitdiff
remove commented out execOp
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 24 Feb 2021 04:08:02 +0000 (20:08 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 2 Mar 2021 06:05:11 +0000 (22:05 -0800)
lib/xdot/xdot.c

index 8f1db086c97040766746e5b2c5053eb04abe463f..b036f4ad129e687baaaf1f42639211930fdbce62 100644 (file)
@@ -1146,10 +1146,3 @@ void freeXDotColor (xdot_color* cp)
        free (cp->u.ring.stops);
     }
 }
-
-#if 0
-static void execOp(xdot_op * op, int param)
-{
-    op->drawfunc(op, param);
-}
-#endif