diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-11-28 17:29:01 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2013-11-28 17:41:44 +0100 |
commit | 486cd82c8f7642016895b72bcc09a1bfe885a783 (patch) | |
tree | cb6fac4d2342b24daf66dd66b3894049b1a0f10f /src/login/logind-session.h | |
parent | c506027af881a9e4210845a7a8a6ec5910aa0f3b (diff) |
logind: remove unused session->closing field
This field is always false, drop it. If you want a reliable way to get
session state, call session_get_state(). Testing for any flags directly
doesn't work currently so don't pretend it would.
Diffstat (limited to 'src/login/logind-session.h')
-rw-r--r-- | src/login/logind-session.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/login/logind-session.h b/src/login/logind-session.h index 939476af55..ee931013dd 100644 --- a/src/login/logind-session.h +++ b/src/login/logind-session.h @@ -107,7 +107,6 @@ struct Session { bool in_gc_queue:1; bool started:1; - bool closing:1; sd_bus_message *create_message; |