diff options
Diffstat (limited to 'src/core/dbus-device.c')
-rw-r--r-- | src/core/dbus-device.c | 5 |
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 -}; |