From a9cacb929470eb82582396984c61d5b611bfeb1a Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Fri, 12 Jun 2015 14:33:40 -0400 Subject: session: drop session-type property It was used by ConsoleKit to set the "LoginWindow" property on login screen sessions. it's not used by logind and ConsoleKit is gone now, so drop it. https://bugzilla.gnome.org/show_bug.cgi?id=743940 --- daemon/gdm-session.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'daemon/gdm-session.h') diff --git a/daemon/gdm-session.h b/daemon/gdm-session.h index 6d13f111..7cfaca18 100644 --- a/daemon/gdm-session.h +++ b/daemon/gdm-session.h @@ -176,8 +176,6 @@ void gdm_session_answer_query (GdmSession *session, const char *text); void gdm_session_select_program (GdmSession *session, const char *command_line); -void gdm_session_select_session_type (GdmSession *session, - const char *session_type); void gdm_session_select_session (GdmSession *session, const char *session_name); void gdm_session_select_user (GdmSession *session, -- cgit v1.2.1