diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-12-22 03:43:03 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-12-22 03:50:52 +0100 |
commit | aec8de63b14a93b91b85dc15bf879604352fbbe1 (patch) | |
tree | b408e7d047c75904b4ce472c7d74d090d3ad0602 /src/core/dbus-timer.c | |
parent | a03e4337fd2ae1cc90989e9b7b5f160b42cdb021 (diff) |
core: no need to list properties for PropertiesChanged messages anymore
Since the vtable includes this information anyway, let's just use that
Diffstat (limited to 'src/core/dbus-timer.c')
-rw-r--r-- | src/core/dbus-timer.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/dbus-timer.c b/src/core/dbus-timer.c index b37c0d0f26..277a45c0b2 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 -}; |