X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pgppubring.c;h=b98b321ab35b5cfe0cddf29b14affa20d5aec69f;hp=cbac9324a9c7a0e42ae30a478130fb91868dc1ef;hb=124aee0f600ef550fd1c73e8d7a60556f4f6afd0;hpb=86c5af6b888685ff4337090e37ba72ad040df965 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; -}