summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pam_pwquality.c6
1 files changed, 0 insertions, 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 <errno.h>
#include "pwquality.h"
-/* For Translators: "%s%s" could be replaced with "<service> " or "". */
-#define PROMPT1 _("New %s%spassword: ")
-/* For Translators: "%s%s" could be replaced with "<service> " 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