Index: dlg.c =================================================================== --- dlg.c (revision 35828) +++ dlg.c (revision 35829) @@ -292,7 +292,6 @@ rnd_hid_dad_buttons_t clbtn[] = {{"Close", 0}, {NULL, 0}}; char *info; rule_edit_ctx_t *ctx; - rnd_conf_native_t *nat; lht_node_t *nd = NULL; int n, srolei = save_role_defaulti; Index: drc_query.c =================================================================== --- drc_query.c (revision 35828) +++ drc_query.c (revision 35829) @@ -637,7 +637,6 @@ static int pcb_drc_query_remove(rnd_hidlib_t *hidlib, int is_rule, const char *name) { - lht_node_t *nd; const rnd_conflist_t *l = DRC_QUERY_RULE_OR_DEF(is_rule); gdl_iterator_t it; rnd_conf_listitem_t *i;