chiark / gitweb /
bus: fix a couple of format string mistakes
[elogind.git] / src / core / unit.h
index 8ceeececc351a596a13a3c5018f682b84a6e14ff..45816eae353b94fe674c9a387f7f9c17e8c01ca6 100644 (file)
@@ -426,9 +426,6 @@ struct UnitVTable {
         /* The bus vtable */
         const sd_bus_vtable *bus_vtable;
 
-        /* strv list of changing properties */
-        const char * const * const bus_changing_properties;
-
         /* The strings to print in status messages */
         UnitStatusMessageFormats status_message_formats;