From: Matthew Fernandez Date: Sat, 23 Oct 2021 02:11:16 +0000 (-0700) Subject: smyrna: remove unused 'anglexy' X-Git-Tag: 2.50.0~65^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa1374a19027d8b0fe6d0f00e86d945d1cc9a390;p=graphviz smyrna: remove unused 'anglexy' --- diff --git a/cmd/smyrna/smyrnadefs.h b/cmd/smyrna/smyrnadefs.h index e46991a77..f0f94b9dd 100644 --- a/cmd/smyrna/smyrnadefs.h +++ b/cmd/smyrna/smyrnadefs.h @@ -210,7 +210,6 @@ typedef struct float targety; float targetz; int index; - float anglexy; float anglexyz; float r; diff --git a/cmd/smyrna/viewportcamera.c b/cmd/smyrna/viewportcamera.c index ba4904f1f..107789e11 100644 --- a/cmd/smyrna/viewportcamera.c +++ b/cmd/smyrna/viewportcamera.c @@ -53,7 +53,6 @@ void menu_click_add_camera(void *p) c->y = view->pany; c->z = view->zoom; - c->anglexy = 90; c->anglexyz = 0; c->r = view->zoom * -1;