chiark / gitweb /
mount: don't fire PropertiesChanged signals for mounts that are stopped
[elogind.git] / src / core / dbus-busname.c
index 9f94bf1d574790785068b859bd435bb1b9066300..854491b2ee60765b3a520e83a9546aeee0807429 100644 (file)
@@ -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
-};