Remove SessionType type
SessionType has now completely been replaced by the finer-grained session-mode, so remove the remaining type definition. https://bugzilla.gnome.org/show_bug.cgi?id=676156
This commit is contained in:
@ -141,11 +141,6 @@ void shell_global_reexec_self (ShellGlobal *global);
|
||||
|
||||
void shell_global_launch_calendar_server (ShellGlobal *global);
|
||||
|
||||
typedef enum {
|
||||
SHELL_SESSION_USER,
|
||||
SHELL_SESSION_GDM
|
||||
} ShellSessionType;
|
||||
|
||||
const char * shell_global_get_session_mode (ShellGlobal *global);
|
||||
|
||||
G_END_DECLS
|
||||
|
Reference in New Issue
Block a user