From c5699a1d454d4da72f3903fcb8f4db08725cd4c7 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Mon, 10 Jul 2017 12:03:48 +0200 Subject: pam_pwquality: Remove unused prompt macros. --- src/pam_pwquality.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/pam_pwquality.c b/src/pam_pwquality.c index 501b44d..dd72380 100644 --- a/src/pam_pwquality.c +++ b/src/pam_pwquality.c @@ -21,12 +21,6 @@ #include #include "pwquality.h" -/* For Translators: "%s%s" could be replaced with " " or "". */ -#define PROMPT1 _("New %s%spassword: ") -/* For Translators: "%s%s" could be replaced with " " or "". */ -#define PROMPT2 _("Retype new %s%spassword: ") -#define MISTYPED_PASS _("Sorry, passwords do not match.") - /* * here, we make a definition for the externally accessible function * in this file (this definition is required for static a module -- cgit v1.2.1