aboutsummaryrefslogtreecommitdiff
path: root/src/session-menu-mgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/session-menu-mgr.c')
-rw-r--r--src/session-menu-mgr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/session-menu-mgr.c b/src/session-menu-mgr.c
index c7556bc..a41208f 100644
--- a/src/session-menu-mgr.c
+++ b/src/session-menu-mgr.c
@@ -878,10 +878,6 @@ is_user_switching_allowed (SessionMenuMgr * mgr)
}
/* maybe the seat doesn't support activation */
- if (!users_service_dbus_can_activate_session (mgr->users_dbus_facade))
- {
- return FALSE;
- }
return TRUE;
}