chiark / gitweb /
core: do not use quotes around virt and arch
[elogind.git] / src / core / dbus-path.c
index 36c4e0f72cad4c6340aea35773424493b1dcd8e7..683561999bd646aa8d3ee400bb926410f80aefac 100644 (file)
@@ -21,7 +21,6 @@
 
 #include "unit.h"
 #include "path.h"
-#include "dbus-unit.h"
 #include "dbus-path.h"
 #include "bus-util.h"
 
@@ -86,8 +85,3 @@ const sd_bus_vtable bus_path_vtable[] = {
         SD_BUS_PROPERTY("Result", "s", property_get_result, offsetof(Path, result), SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
         SD_BUS_VTABLE_END
 };
-
-const char* const bus_path_changing_properties[] = {
-        "Result",
-        NULL
-};