From aec8de63b14a93b91b85dc15bf879604352fbbe1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 22 Dec 2013 03:43:03 +0100 Subject: core: no need to list properties for PropertiesChanged messages anymore Since the vtable includes this information anyway, let's just use that --- src/core/dbus-timer.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/dbus-timer.h') diff --git a/src/core/dbus-timer.h b/src/core/dbus-timer.h index ddd311c626..cfff88e8b7 100644 --- a/src/core/dbus-timer.h +++ b/src/core/dbus-timer.h @@ -24,4 +24,3 @@ #include "sd-bus.h" extern const sd_bus_vtable bus_timer_vtable[]; -extern const char* const bus_timer_changing_properties[]; -- cgit v1.2.3-54-g00ecf