chiark / gitweb /
Remove systemd subscription and user/session units
[elogind.git] / src / login / logind-user.h
index be5b56883c7cf741b0a61594b1589385b697353f..607fe1bf7b42b6a71c8fff1d912f91ee876bca01 100644 (file)
@@ -47,12 +47,12 @@ struct User {
         char *state_file;
         char *runtime_path;
 
+        /* These are always NULL, and here just for logind-user-dbus.c
+           to easily provide a NULL value for the user's service and
+           slice properties. */
         char *service;
         char *slice;
 
-        char *service_job;
-        char *slice_job;
-
         Session *display;
 
         dual_timestamp timestamp;