From aec8de63b14a93b91b85dc15bf879604352fbbe1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 22 Dec 2013 03:43:03 +0100 Subject: core: no need to list properties for PropertiesChanged messages anymore Since the vtable includes this information anyway, let's just use that --- src/core/dbus-busname.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/core/dbus-busname.c') diff --git a/src/core/dbus-busname.c b/src/core/dbus-busname.c index 9f94bf1d57..854491b2ee 100644 --- a/src/core/dbus-busname.c +++ b/src/core/dbus-busname.c @@ -33,8 +33,3 @@ const sd_bus_vtable bus_busname_vtable[] = { SD_BUS_PROPERTY("Result", "s", property_get_result, offsetof(BusName, result), SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE), SD_BUS_VTABLE_END }; - -const char* const bus_busname_changing_properties[] = { - "Result", - NULL -}; -- cgit v1.2.3-54-g00ecf