summaryrefslogtreecommitdiff
path: root/daemon/gdm-session-worker.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/gdm-session-worker.c')
-rw-r--r--daemon/gdm-session-worker.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/daemon/gdm-session-worker.c b/daemon/gdm-session-worker.c
index 3ad94e2a..a264ea1d 100644
--- a/daemon/gdm-session-worker.c
+++ b/daemon/gdm-session-worker.c
@@ -754,9 +754,6 @@ get_max_retries_error_message (GdmSessionWorker *worker)
if (g_strcmp0 (worker->priv->service, "gdm-password") == 0)
return _("You reached the maximum password authentication attempts, please try another method");
- if (g_strcmp0 (worker->priv->service, "gdm-pin") == 0)
- return _("You reached the maximum PIN authentication attempts, please try another method");
-
if (g_strcmp0 (worker->priv->service, "gdm-autologin") == 0)
return _("You reached the maximum auto login attempts, please try another authentication method");
@@ -775,9 +772,6 @@ get_generic_error_message (GdmSessionWorker *worker)
if (g_strcmp0 (worker->priv->service, "gdm-password") == 0)
return _("Sorry, password authentication didn’t work. Please try again.");
- if (g_strcmp0 (worker->priv->service, "gdm-pin") == 0)
- return _("Sorry, PIN authentication didn’t work. Please try again.");
-
if (g_strcmp0 (worker->priv->service, "gdm-autologin") == 0)
return _("Sorry, auto login didn’t work. Please try again.");