From: erg Date: Tue, 26 May 2009 21:17:45 +0000 (+0000) Subject: Cleaned up and fixed gvpr code. X-Git-Tag: LAST_LIBGRAPH~32^2~1996 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd85ff2ad44d6c2e9523323035c26affdb291d49;p=graphviz Cleaned up and fixed gvpr code. --- diff --git a/cmd/smyrna/viewport.h b/cmd/smyrna/viewport.h index 8d906958a..c75f19709 100755 --- a/cmd/smyrna/viewport.h +++ b/cmd/smyrna/viewport.h @@ -48,5 +48,4 @@ extern void getcolorfromschema(colorschemaset* sc,float l,float maxl,RGBColor* c /* helper functions */ extern int setGdkColor(GdkColor * c, char *color); extern char *get_attribute_value(char *attr, ViewInfo * view, Agraph_t * g); -extern void apply_gvpr(Agraph_t* g,char* prog); #endif