summaryrefslogtreecommitdiff
path: root/src/core/dbus-device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/dbus-device.c')
-rw-r--r--src/core/dbus-device.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/dbus-device.c b/src/core/dbus-device.c
index 621bab0426..f556536f33 100644
--- a/src/core/dbus-device.c
+++ b/src/core/dbus-device.c
@@ -29,8 +29,3 @@ const sd_bus_vtable bus_device_vtable[] = {
SD_BUS_PROPERTY("SysFSPath", "s", NULL, offsetof(Device, sysfs), SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
SD_BUS_VTABLE_END
};
-
-const char* const bus_device_changing_properties[] = {
- "SysFSPath",
- NULL
-};