loginManager: Remove sessionActive property
It is unused after switching to GnomeSession:SessionIsActive, so remove it together with shell_session_is_active_for_systemd(). https://bugzilla.gnome.org/show_bug.cgi?id=693161
This commit is contained in:
@@ -32,8 +32,6 @@ gboolean shell_write_string_to_stream (GOutputStream *stream,
|
||||
char *shell_get_file_contents_utf8_sync (const char *path,
|
||||
GError **error);
|
||||
|
||||
gboolean shell_session_is_active_for_systemd (void);
|
||||
|
||||
gboolean shell_util_wifexited (int status,
|
||||
int *exit);
|
||||
|
||||
|
Reference in New Issue
Block a user