summaryrefslogtreecommitdiff
path: root/daemon/gdm-session.h
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2015-06-12 14:33:40 -0400
committerRay Strode <rstrode@redhat.com>2015-06-12 14:35:02 -0400
commita9cacb929470eb82582396984c61d5b611bfeb1a (patch)
treee471f7a6d1cde5aba36aa56023d0fea2432946ef /daemon/gdm-session.h
parent9be58c9ec9a3a411492a5182ac4b0d51fdc3a323 (diff)
downloadgdm-a9cacb929470eb82582396984c61d5b611bfeb1a.tar.gz
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
Diffstat (limited to 'daemon/gdm-session.h')
-rw-r--r--daemon/gdm-session.h2
1 files changed, 0 insertions, 2 deletions
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,