Index: trunk/src_plugins/vendordrill/vendor.c =================================================================== --- trunk/src_plugins/vendordrill/vendor.c (revision 34116) +++ trunk/src_plugins/vendordrill/vendor.c (revision 34117) @@ -159,14 +159,6 @@ #define FREE(x) if((x) != NULL) { free (x) ; (x) = NULL; } -/* load a board metadata into conf_core */ -static void load_meta_coord(const char *path, rnd_coord_t crd) -{ - char tmp[128]; - rnd_sprintf(tmp, "%$mm", crd); - rnd_conf_set(RND_CFR_DESIGN, path, -1, tmp, RND_POL_OVERWRITE); -} - static rnd_bool vendorIsSubcMappable(pcb_subc_t *subc);