]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove unused 'GLDepth'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 21 Oct 2021 01:53:46 +0000 (18:53 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 22 Oct 2021 00:04:21 +0000 (17:04 -0700)
cmd/smyrna/smyrnadefs.h
cmd/smyrna/viewport.c

index 2b71e2d7e140412ee17169297bc82e6f0ed4c1a3..95f0e082458aa1f18a400c4db8f97fe40542a330 100644 (file)
@@ -566,8 +566,6 @@ typedef struct
 
        /*texture data */
        int texture;            /*1 texturing enabled, 0 disabled */
-       /*opengl depth value to convert mouse to GL coords */
-       float GLDepth;
 
        /*stores the info about status of mouse,pressed? what button ? where? */
 //     mouse_attr mouse;
index abac5f70b349eab9185886d42ac08aebb2ba55c8..7bf720a4d8581f1dde2ef993cd53d91f0ba81943 100644 (file)
@@ -346,7 +346,6 @@ void init_viewport(ViewInfo * view)
     view->LineWidth = 1;
 
     //default view settings , camera is not active
-    view->GLDepth = 1;         //should be set before GetFixedOGLPos(int x, int y,float kts) funtion is used!!!!
     view->panx = 0;
     view->pany = 0;
     view->panz = 0;