X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fdbus-service.c;h=3db9339d455c7c21ab10a1af28256e9ca6d5afdc;hp=25af7acc2a01bd44b8d322883668294db5b56e40;hb=aec8de63b14a93b91b85dc15bf879604352fbbe1;hpb=a03e4337fd2ae1cc90989e9b7b5f160b42cdb021 diff --git a/src/core/dbus-service.c b/src/core/dbus-service.c index 25af7acc2..3db9339d4 100644 --- a/src/core/dbus-service.c +++ b/src/core/dbus-service.c @@ -69,21 +69,6 @@ const sd_bus_vtable bus_service_vtable[] = { SD_BUS_VTABLE_END }; -const char* const bus_service_changing_properties[] = { - "ExecMainStartTimestamp", - "ExecMainStartTimestampMonotonic", - "ExecMainExitTimestamp", - "ExecMainExitTimestampMonotonic", - "ExecMainPID", - "ExecMainCode", - "ExecMainStatus", - "MainPID", - "ControlPID", - "StatusText", - "Result", - NULL -}; - static int bus_service_set_transient_property( Service *s, const char *name,