Index: plug_footprint.c =================================================================== --- plug_footprint.c (revision 1422) +++ plug_footprint.c (revision 1423) @@ -25,8 +25,6 @@ */ #include "config.h" - -//#include #include "global.h" #include #include @@ -180,9 +178,3 @@ if (fctx->backend->fclose != NULL) fctx->backend->fclose(fctx->backend, f, fctx); } - -const char *fp_get_library_shell(void) -{ - return Settings.LibraryShell; -} -