chiark / gitweb /
Prep v230: Apply missing upstream fixes and updates (6/8) src/login.
[elogind.git] / src / login / logind-user.h
index f3fa4403d8284da07f40b6e3b338aefbfb405f68..043870b2417d8352c836a4af68b665e6e8e54499 100644 (file)
@@ -42,14 +42,9 @@ struct User {
         char *name;
         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 *slice;
         char *service;
 
-
 #if 0 /// UNNEEDED by elogind
         char *service_job;
         char *slice_job;