Index: Rev.h =================================================================== --- Rev.h (revision 32119) +++ Rev.h (revision 32120) @@ -1 +1 @@ -static const int myrev = 32113; +static const int myrev = 32120; Index: Rev.tab =================================================================== --- Rev.tab (revision 32119) +++ Rev.tab (revision 32120) @@ -1,3 +1,4 @@ +32120 configure removing the old drc in favor of drc_query 32113 configure removing custom per hid attribute editor in favor of generic central propedit 32103 configure librnd DAD API transition (label cleanup) 32099 configure remove lesstif local dialog implementations: library, netlist Index: plugins.h =================================================================== --- plugins.h (revision 32119) +++ plugins.h (revision 32120) @@ -34,7 +34,6 @@ plugin_def("draw_csect", "draw cross-section (layers)", sdisable, 1, 0) plugin_def("draw_fab", "fab layer in some exports", sbuildin, 1, 0) plugin_def("draw_fontsel", "font selection GUI", sdisable, 1, 0) -plugin_def("drc_orig", "the original DRC code", sdisable, 0, 0) plugin_def("drc_query", "query() based DRC", sbuildin, 1, 0) plugin_def("expfeat", "experimental features", sdisable, 1, 0) plugin_def("extedit", "edit with external program", sbuildin, 1, 0) @@ -148,7 +147,6 @@ plugin_dep("dialogs", "lib_hid_common", 0) plugin_dep("dialogs", "lib_hid_pcbui", 0) plugin_dep("draw_fab", "report", 0) -plugin_dep("drc_orig", "query", 0) plugin_dep("drc_query", "query", 0) plugin_dep("export_fidocadj", "lib_compat_help", 0) plugin_dep("export_gcode", "millpath", 0)