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)