From 12e66fe84b136c3c46d603159b496c56bbbb20ab Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Tue, 23 Feb 2021 20:08:02 -0800 Subject: [PATCH] remove commented out execOp --- lib/xdot/xdot.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/xdot/xdot.c b/lib/xdot/xdot.c index 8f1db086c..b036f4ad1 100644 --- a/lib/xdot/xdot.c +++ b/lib/xdot/xdot.c @@ -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 -- 2.40.0