From: ellson Date: Thu, 6 Mar 2008 21:40:02 +0000 (+0000) Subject: eliminate xshow code and structs X-Git-Tag: LAST_LIBGRAPH~32^2~4559 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a958491d1a8daaf91e09b79b9c6bfc67f87a244a;p=graphviz eliminate xshow code and structs --- diff --git a/lib/common/textpara.h b/lib/common/textpara.h index c7a408037..5ae4635f6 100644 --- a/lib/common/textpara.h +++ b/lib/common/textpara.h @@ -37,7 +37,6 @@ extern "C" { char *str; /* stored in utf-8 */ char *fontname; PostscriptAlias *postscript_alias; - char *xshow; void *layout; void (*free_layout) (void *layout); /* FIXME - this is ugly */ double fontsize, width, height, yoffset_layout, yoffset_centerline;