]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove unused 'anglexy'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 23 Oct 2021 02:11:16 +0000 (19:11 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 30 Oct 2021 00:20:29 +0000 (17:20 -0700)
cmd/smyrna/smyrnadefs.h
cmd/smyrna/viewportcamera.c

index e46991a775d95a1c848e41b65f75a947939564f0..f0f94b9dd93f6a4b4757399dfd8bdde85058648c 100644 (file)
@@ -210,7 +210,6 @@ typedef struct
        float targety;
        float targetz;
        int index;
-       float anglexy;
        float anglexyz;
 
        float r;
index ba4904f1f25f5254870cb445374d3a28d59c58c8..107789e1178081cbc6fe181ec0f6209ba03ca9bb 100644 (file)
@@ -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;