X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=pgppubring.c;h=b98b321ab35b5cfe0cddf29b14affa20d5aec69f;hb=7b392ef7b50798f9eb3e7c869e634c5fef0092d1;hp=cbac9324a9c7a0e42ae30a478130fb91868dc1ef;hpb=1ee89902de184a640c171ae3285bff6882a791bd;p=apps%2Fmadmutt.git diff --git a/pgppubring.c b/pgppubring.c index cbac932..b98b321 100644 --- a/pgppubring.c +++ b/pgppubring.c @@ -898,13 +898,3 @@ static void pgpring_dump_keyblock (pgp_key_t p) } } } - -/* - * The mutt_gettext () defined in gettext.c requires iconv, - * so we do without charset conversion here. - */ - -char *mutt_gettext (const char *message) -{ - return (char *) message; -}