From: Matthew Fernandez Date: Sat, 23 Oct 2021 02:07:50 +0000 (-0700) Subject: smyrna: remove 'camera_vectorx' X-Git-Tag: 2.50.0~65^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c5effd87ee86cac801b743023ea6ea610ef85e4;p=graphviz smyrna: remove 'camera_vectorx' --- diff --git a/cmd/smyrna/smyrnadefs.h b/cmd/smyrna/smyrnadefs.h index f7b4a3143..05d3ece97 100644 --- a/cmd/smyrna/smyrnadefs.h +++ b/cmd/smyrna/smyrnadefs.h @@ -218,7 +218,6 @@ typedef struct float anglez; - float camera_vectorx; float camera_vectory; float camera_vectorz; float r; diff --git a/cmd/smyrna/viewportcamera.c b/cmd/smyrna/viewportcamera.c index 0d1a35e7d..6e4a8cce0 100644 --- a/cmd/smyrna/viewportcamera.c +++ b/cmd/smyrna/viewportcamera.c @@ -52,7 +52,6 @@ void menu_click_add_camera(void *p) c->x = view->panx; c->y = view->pany; c->z = view->zoom; - c->camera_vectorx = 0; c->camera_vectory = 1; c->camera_vectorz = 0;