From 1ba239a617ac4657cce89e08522400c9320e2eb2 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 2 Mar 2015 14:36:53 -0500 Subject: display: drop set_up_greeter_session function The function is ill named and ill placed. It really just returns the username of the client that's allowed to connect to the display. This commit moves the function to gdm-manager.c --- daemon/gdm-display.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'daemon/gdm-display.h') diff --git a/daemon/gdm-display.h b/daemon/gdm-display.h index 472d2b7d..e95dd8f3 100644 --- a/daemon/gdm-display.h +++ b/daemon/gdm-display.h @@ -135,9 +135,6 @@ gboolean gdm_display_add_user_authorization (GdmDisplay *disp gboolean gdm_display_remove_user_authorization (GdmDisplay *display, const char *username, GError **error); - -void gdm_display_set_up_greeter_session (GdmDisplay *display, - char **username); void gdm_display_start_greeter_session (GdmDisplay *display); void gdm_display_stop_greeter_session (GdmDisplay *display); -- cgit v1.2.1