Index: trunk/src/plug_footprint.c =================================================================== --- trunk/src/plug_footprint.c (revision 2175) +++ trunk/src/plug_footprint.c (revision 2176) @@ -326,12 +326,6 @@ fp_dump_dir(&library, 0); } - -const char *fp_get_library_shell(void) -{ - return conf_core.rc.library_shell; -} - /* This function loads the newlib footprints into the Library. * It examines all directories pointed to by the search paths * (normally Settings.LibraryTree). Index: trunk/src/plug_footprint.h =================================================================== --- trunk/src/plug_footprint.h (revision 2175) +++ trunk/src/plug_footprint.h (revision 2176) @@ -78,9 +78,6 @@ library_t *fp_lib_search(library_t *dir, const char *name); #ifndef PCB_NO_GLUE -/* Return the library shell string (from Settings) */ -const char *fp_get_library_shell(void); - /* Append a menu entry in the tree */ library_t *fp_append_entry(library_t *parent, const char *name, fp_type_t type, void *tags[]);