From ddcd6c25f0c6f3e69bd3f130c761bb5bbdd2ffb1 Mon Sep 17 00:00:00 2001 From: Erwin Janssen Date: Thu, 30 Mar 2017 14:59:33 +0200 Subject: [PATCH] Remove unused declaration of type `nodesizefn_t` This type was declared in lib/common/render.h, but never used. --- lib/common/render.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.40.0