summaryrefslogtreecommitdiff
path: root/daemon/gdm-launch-environment.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/gdm-launch-environment.c')
-rw-r--r--daemon/gdm-launch-environment.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/daemon/gdm-launch-environment.c b/daemon/gdm-launch-environment.c
index f9ba3f9d..2f16cbd9 100644
--- a/daemon/gdm-launch-environment.c
+++ b/daemon/gdm-launch-environment.c
@@ -907,11 +907,6 @@ gdm_create_greeter_launch_environment (const char *display_name,
{
const char *session_name = NULL;
- if (g_strcmp0 (session_type, "wayland") == 0)
- session_name = "gnome-wayland";
- else if (g_strcmp0 (session_type, "x11") == 0)
- session_name = "gnome";
-
return create_gnome_session_environment (session_name,
GDM_USERNAME,
display_name,