X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flogin%2Floginctl.c;h=186959e9c2322c17e5b2e87f35a55fc2f8375bde;hp=fec9fe58b047f5567d04ad66f8f46283da135b8b;hb=68453974ade693ca39fb2c6f08dd88f25d28777c;hpb=da4b83e77bc603745cf4a365d7f013301ef7fa89 diff --git a/src/login/loginctl.c b/src/login/loginctl.c index fec9fe58b..186959e9c 100644 --- a/src/login/loginctl.c +++ b/src/login/loginctl.c @@ -102,8 +102,7 @@ static void polkit_agent_open_if_enabled(void) { polkit_agent_open(); } -/// UNNEEDED by elogind -#if 0 +#if 0 /// UNNEEDED by elogind static OutputFlags get_output_flags(void) { return @@ -254,8 +253,7 @@ static int list_seats(int argc, char *argv[], void *userdata) { return 0; } -/// UNNEEDED by elogind -#if 0 +#if 0 /// UNNEEDED by elogind static int show_unit_cgroup(sd_bus *bus, const char *interface, const char *unit, pid_t leader) { _cleanup_bus_error_free_ sd_bus_error error = SD_BUS_ERROR_NULL; _cleanup_bus_message_unref_ sd_bus_message *reply = NULL;