global: Remove session_type property

ShellGlobal:session-type is now unsed, remove it.

https://bugzilla.gnome.org/show_bug.cgi?id=676156
This commit is contained in:
Florian Müllner
2012-05-17 00:28:34 +02:00
parent a7a46bbe1c
commit 19318a1eeb
3 changed files with 0 additions and 46 deletions

View File

@ -146,7 +146,6 @@ typedef enum {
SHELL_SESSION_GDM
} ShellSessionType;
ShellSessionType shell_global_get_session_type (ShellGlobal *global);
const char * shell_global_get_session_mode (ShellGlobal *global);
G_END_DECLS