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=7a0945e3145b65760e28ebe3e1798621bde038df;hb=1a9645229d25059a5b0643824f1ca2b290b26e0f;hpb=4084669c7f802c9745bcb6bed77bdaf49ffd896d diff --git a/src/login/logind-user.h b/src/login/logind-user.h index 7a0945e31..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,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;