From: Erwin Janssen Date: Thu, 30 Mar 2017 12:59:33 +0000 (+0200) Subject: Remove unused declaration of type `nodesizefn_t` X-Git-Tag: 2.42.0~184^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ddcd6c25f0c6f3e69bd3f130c761bb5bbdd2ffb1;p=graphviz Remove unused declaration of type `nodesizefn_t` This type was declared in lib/common/render.h, but never used. --- diff --git a/lib/common/render.h b/lib/common/render.h index 5190494e9..8d9f088fc 100644 --- a/lib/common/render.h +++ b/lib/common/render.h @@ -1,7 +1,7 @@ /************************************************************************* - * Copyright (c) 2011 AT&T Intellectual Property + * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -56,8 +56,6 @@ extern "C" { point offset; } epsf_t; - typedef void (*nodesizefn_t) (Agnode_t *, boolean); - /*visual studio*/ #ifdef _WIN32 #ifndef GVC_EXPORTS