]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove unused 'image_data'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 23 Oct 2021 01:57:48 +0000 (18:57 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 30 Oct 2021 00:20:28 +0000 (17:20 -0700)
cmd/smyrna/smyrnadefs.h

index 8bbb0b41faa9a57643e180e3f61092dcd0835498..8c23dbe75ebec6be8939ae4d11833ed3d792dcd5 100644 (file)
@@ -107,13 +107,6 @@ typedef struct
     typedef enum { MOUSE_ROTATE_X, MOUSE_ROTATE_Y, MOUSE_ROTATE_XY,
            MOUSE_ROTATE_Z } mouse_rotate_axis;
 
-
-    typedef struct
-    {
-       unsigned char *data;
-       int w;
-       int h;
-    }image_data;
     typedef struct 
     {
        xdot_op op;
@@ -123,7 +116,6 @@ typedef struct
        int layer;
        int listId;/*opengl list id*/
        glCompImage* img;
-       /* image_data iData; */
     } sdot_op;