X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhparam.c;h=db8e85afce5512ef83e5542fc75142a3d1856b83;hp=2a1d97e20f6239aff278959689e55e25eb3ccf05;hb=cd1299b02c2fbe61f408a8387402494364688337;hpb=3baec236a39c5c89a9bda8dbd988d643a21decc6 diff --git a/uip/mhparam.c b/uip/mhparam.c index 2a1d97e..db8e85a 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -11,8 +11,6 @@ #include -extern char *mhlibdir; - static struct swit switches[] = { #define COMPSW 0 { "components", 0 }, @@ -58,7 +56,6 @@ static struct proc procs [] = { { "version", &version_num }, { "whatnowproc", &whatnowproc }, { "etcdir", &mhetcdir }, - { "libdir", &mhlibdir }, { "backup-prefix", &backup_prefix }, { "altmsg-link", &altmsglink }, { "draft-folder", &draftfolder },