Index: vendor.c =================================================================== --- vendor.c (revision 34034) +++ vendor.c (revision 34035) @@ -81,9 +81,6 @@ static char **ignore_descr = NULL; static int n_descr = 0; -/* vendor name */ -static char *vendor_name = NULL; - /* resource file to PCB units scale factor */ static double sf; @@ -180,9 +177,6 @@ return 0; } - /* figure out the vendor name, if specified */ - vendor_name = (char *) RND_UNKNOWN(rnd_hid_cfg_text_value(doc, "vendor")); - /* figure out the units, if specified */ sval = rnd_hid_cfg_text_value(doc, "/units"); if (sval == NULL) {