From: Matthew Fernandez Date: Sat, 23 Oct 2021 02:02:57 +0000 (-0700) Subject: smyrna: remove unused 'rotation' X-Git-Tag: 2.50.0~65^2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c14449326b9a635e18d186791b34f777210f276;p=graphviz smyrna: remove unused 'rotation' --- diff --git a/cmd/smyrna/smyrnadefs.h b/cmd/smyrna/smyrnadefs.h index d53588b1e..1e67fbd97 100644 --- a/cmd/smyrna/smyrnadefs.h +++ b/cmd/smyrna/smyrnadefs.h @@ -142,12 +142,6 @@ typedef struct GVK_SFDP /* keep last */ } gvk_layout; - typedef struct { - int anglex; - int angley; - int anglez; - } rotation; - typedef struct { int anglex; int angley;