]> granicus.if.org Git - graphviz/commitdiff
remove osage prototypes of unimplemented functions
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 22 Dec 2021 16:13:03 +0000 (08:13 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 27 Dec 2021 21:16:07 +0000 (13:16 -0800)
lib/osage/osage.h

index 320a2db6cc696cae258e283bd49907c8bf0d1150..39614e2400fe2a827193ea1fa8e6d209a57b8967 100644 (file)
 
 #pragma once
 
-#include "render.h"
-
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-extern void cluster_layout(Agraph_t * g);
-extern void cluster_cleanup(Agraph_t * g);
-
 #ifdef __cplusplus
 }
 #endif