X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fdbus-timer.c;h=277a45c0b28fb3563a93c82e5cf766eef0e9f369;hp=b37c0d0f26386d5c5fc4d6d700231a6b1fbb1a04;hb=aec8de63b14a93b91b85dc15bf879604352fbbe1;hpb=a03e4337fd2ae1cc90989e9b7b5f160b42cdb021 diff --git a/src/core/dbus-timer.c b/src/core/dbus-timer.c index b37c0d0f2..277a45c0b 100644 --- a/src/core/dbus-timer.c +++ b/src/core/dbus-timer.c @@ -146,10 +146,3 @@ const sd_bus_vtable bus_timer_vtable[] = { SD_BUS_PROPERTY("AccuracyUSec", "t", bus_property_get_usec, offsetof(Timer, accuracy_usec), SD_BUS_VTABLE_PROPERTY_CONST), SD_BUS_VTABLE_END }; - -const char* const bus_timer_changing_properties[] = { - "NextElapseUSecRealtime", - "NextElapseUSecMonotonic", - "Result", - NULL -};