summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2013-08-06 14:49:59 -0400
committerRay Strode <rstrode@redhat.com>2013-08-06 14:49:59 -0400
commit6e4145a12a1d7ea3d81a8019d321eaf5f9db8951 (patch)
tree6b09c29c2a4c7849540e75c023fb2c80c4b44d8d
parenta7e7856be5cc4a5ab88f55a9ed6b1847ca06c1f9 (diff)
downloadgdm-6e4145a12a1d7ea3d81a8019d321eaf5f9db8951.tar.gz
daemon: drop duplicated message
There are two error strings saying basically the same thing. This commit drops the unused one.
-rw-r--r--daemon/gdm-session-worker.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/daemon/gdm-session-worker.c b/daemon/gdm-session-worker.c
index 2675c9b6..422c6ef9 100644
--- a/daemon/gdm-session-worker.c
+++ b/daemon/gdm-session-worker.c
@@ -825,9 +825,6 @@ get_friendly_error_message (int error_code)
return _("Your account was given a time limit that's now passed.");
break;
- return _("Your account was given an expiration date that's now passed.");
- break;
-
default:
break;
}