]> granicus.if.org Git - graphviz/commitdiff
Remove unused declaration of type `nodesizefn_t`
authorErwin Janssen <erwinjanssen@outlook.com>
Thu, 30 Mar 2017 12:59:33 +0000 (14:59 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Wed, 5 Apr 2017 20:38:19 +0000 (22:38 +0200)
This type was declared in lib/common/render.h, but never used.

lib/common/render.h

index 5190494e95bd2b3e3f16695515dbff25c45774c1..8d9f088fcf8bbd13dafb710f859c9cfbfc5be727 100644 (file)
@@ -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