chiark / gitweb /
Remove dependency of systemd units, services and slices for new sessions.
[elogind.git] / src / login / logind-session.h
index d054c33ceca6b5a671b4352943914d99056ca04a..2024468333722667924b8c549cf9ca347ba42e25 100644 (file)
@@ -89,8 +89,12 @@ struct Session {
         char *service;
         char *desktop;
 
+        /* always NULL */
         char *scope;
+/// UNNEEDED (and unsupported) by elogind
+#if 0
         char *scope_job;
+#endif // 0
 
         Seat *seat;
         unsigned int vtnr;