]> granicus.if.org Git - graphviz/commitdiff
Visio plugin: remove an unused typedef
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 15 Aug 2021 20:44:52 +0000 (13:44 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 24 Aug 2021 00:00:03 +0000 (17:00 -0700)
plugin/visio/gvrender_visio_vdx.cpp

index e25ed813840ada63775417dfcba8a8a9747589f7..e5b3a94dc96bafd42389c57f0bf01fb702c5e394 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "VisioRender.h"
 
-typedef enum { FORMAT_VDX } format_type;
+enum { FORMAT_VDX };
 
 static void vdxgen_begin_job(GVJ_t * job)
 {