Index: Rev.h =================================================================== --- Rev.h (revision 30753) +++ Rev.h (revision 30754) @@ -1 +1 @@ -static const int myrev = 30753; +static const int myrev = 30754; Index: Rev.tab =================================================================== --- Rev.tab (revision 30753) +++ Rev.tab (revision 30754) @@ -1,3 +1,4 @@ +30754 configure remove the old import_sch plugin (in favor of import_sch2) 30753 configure disable the old drc, enable the new drc 30497 configure new util: bxl2txt 30191 configure drc_orig: plugin configuration so the checks can be disabled Index: plugins.h =================================================================== --- plugins.h (revision 30753) +++ plugins.h (revision 30754) @@ -87,7 +87,6 @@ plugin_def("import_pxm_gd", "import pixmaps from png/gif/jpg", sbuildin, 1, 0) plugin_def("import_pxm_pnm", "import pixmaps from pnm ", sbuildin, 1, 0) plugin_def("import_sch2", "import sch v2", sbuildin, 1, 0) -plugin_def("import_sch", "import sch v1", sbuildin, 1, 0) plugin_def("import_tinycad", "import tinycad .net", sbuildin, 1, 0) plugin_def("import_ttf", "import ttf glyphs", sbuildin, 1, 0)