summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@fedoraproject.org>2017-07-10 12:03:48 +0200
committerTomas Mraz <tmraz@fedoraproject.org>2017-07-10 12:03:48 +0200
commitc5699a1d454d4da72f3903fcb8f4db08725cd4c7 (patch)
tree39f8f724938a17a074657ab5351187571f02a85d
parented548e422bd8341e52443dc60fceca9126cd1462 (diff)
downloadlibpwquality-git-c5699a1d454d4da72f3903fcb8f4db08725cd4c7.tar.gz
pam_pwquality: Remove unused prompt macros.
-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