X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flogin%2Flogind-user.h;h=043870b2417d8352c836a4af68b665e6e8e54499;hp=a59b11b2a3f1f02df468159dc357dda5b933ff1d;hb=eb0e417895c37dbdb64f18ae95c6b1a7a99f871e;hpb=da4b83e77bc603745cf4a365d7f013301ef7fa89 diff --git a/src/login/logind-user.h b/src/login/logind-user.h index a59b11b2a..043870b24 100644 --- a/src/login/logind-user.h +++ b/src/login/logind-user.h @@ -1,5 +1,3 @@ -/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ - #pragma once /*** @@ -44,15 +42,10 @@ 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; -/// UNNEEDED (and unsupported) by elogind -#if 0 +#if 0 /// UNNEEDED by elogind char *service_job; char *slice_job; #endif // 0