Index: Rev.h =================================================================== --- Rev.h (revision 36601) +++ Rev.h (revision 36602) @@ -1 +1 @@ -static const int myrev = 36562; +static const int myrev = 36602; Index: Rev.tab =================================================================== --- Rev.tab (revision 36601) +++ Rev.tab (revision 36602) @@ -1,3 +1,4 @@ +36602 configure remove local pixmap support in favor of librnd's 36562 configure font engine rewrite 36322 configure generalize export_lpr so it can be moved to librnd 36311 configure export dialog generalization so that the code can be moved for librnd Index: plugins.h =================================================================== --- plugins.h (revision 36601) +++ plugins.h (revision 36602) @@ -82,8 +82,6 @@ plugin_def("import_orcad_net", "import Orcad netlist", sbuildin, 1) plugin_def("import_pads_net", "import PADS ascii netlist .asc", sbuildin, 1) plugin_def("import_protel_net","import Protel netlist 2.0", sbuildin, 1) -plugin_def("import_pxm_gd", "import pixmaps from png/gif/jpg", sbuildin, 1) -plugin_def("import_pxm_pnm", "import pixmaps from pnm ", sbuildin, 1) plugin_def("import_sch2", "import sch v2", sbuildin, 1) plugin_def("import_tinycad", "import tinycad .net", sbuildin, 1) plugin_def("import_ttf", "import ttf glyphs", sbuildin, 1)