Index: trunk/doc/TODO =================================================================== --- trunk/doc/TODO (revision 37124) +++ trunk/doc/TODO (revision 37125) @@ -1,7 +1,6 @@ 0. old, still waiting for ack 1. For the upcoming release =============================================================================== -- CLEANUP: remove rc/have_regex from conf: we always have regex from librnd - BUG: export_gcode crashes if there's text on top copper 2. For later releases =============================================================================== Index: trunk/src/conf_core.c =================================================================== --- trunk/src/conf_core.c (revision 37124) +++ trunk/src/conf_core.c (revision 37125) @@ -64,8 +64,6 @@ htpp_entry_t *e; conf_clamp_to(RND_CFT_COORD, conf_core.design.line_thickness, PCB_MIN_THICKNESS, PCB_MAX_THICKNESS, RND_MIL_TO_COORD(10)); - rnd_conf_force_set_bool(conf_core.rc.have_regex, 1); - rnd_conf_ro("rc/have_regex"); rnd_conf_force_set_str(conf_core.rc.path.prefix, PCB_PREFIX); rnd_conf_ro("rc/path/prefix"); rnd_conf_force_set_str(conf_core.rc.path.lib, PCBLIBDIR); rnd_conf_ro("rc/path/lib"); Index: trunk/src/conf_core.h =================================================================== --- trunk/src/conf_core.h (revision 37124) +++ trunk/src/conf_core.h (revision 37125) @@ -138,7 +138,6 @@ RND_CFT_STRING web_browser; /* command line to a web browser (useful for accessing external resources, e.g. order pcb web services) */ /***** automatically set (in postproc) *****/ - RND_CFT_BOOLEAN have_regex; /* whether we have regex compiled in */ struct { RND_CFT_STRING prefix; /* e.g. /usr/local */ RND_CFT_STRING lib; /* e.g. /usr/lib/pcb-rnd */