summaryrefslogtreecommitdiff
path: root/src/core/dbus-swap.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-12-22 03:43:03 +0100
committerLennart Poettering <lennart@poettering.net>2013-12-22 03:50:52 +0100
commitaec8de63b14a93b91b85dc15bf879604352fbbe1 (patch)
treeb408e7d047c75904b4ce472c7d74d090d3ad0602 /src/core/dbus-swap.h
parenta03e4337fd2ae1cc90989e9b7b5f160b42cdb021 (diff)
downloadsystemd-aec8de63b14a93b91b85dc15bf879604352fbbe1.tar.gz
core: no need to list properties for PropertiesChanged messages anymore
Since the vtable includes this information anyway, let's just use that
Diffstat (limited to 'src/core/dbus-swap.h')
-rw-r--r--src/core/dbus-swap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/dbus-swap.h b/src/core/dbus-swap.h
index 5d357377cd..9469f68ab8 100644
--- a/src/core/dbus-swap.h
+++ b/src/core/dbus-swap.h
@@ -26,7 +26,6 @@
#include "unit.h"
extern const sd_bus_vtable bus_swap_vtable[];
-extern const char* const bus_swap_changing_properties[];
int bus_swap_set_property(Unit *u, const char *name, sd_bus_message *message, UnitSetPropertiesMode mode, sd_bus_error *error);
int bus_swap_commit_properties(Unit *u);