From ca2871d9b027018c108e0cf7bbc4e5a919e300c3 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 21 Oct 2013 00:38:19 +0200 Subject: bus: remove static introspection file export --- src/core/dbus-job.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/dbus-job.c') diff --git a/src/core/dbus-job.c b/src/core/dbus-job.c index eac2448915..e1d7504e85 100644 --- a/src/core/dbus-job.c +++ b/src/core/dbus-job.c @@ -45,7 +45,7 @@ BUS_INTROSPECTABLE_INTERFACE \ "\n" -const char bus_job_interface[] _introspect_("Job") = BUS_JOB_INTERFACE; +const char bus_job_interface[] = BUS_JOB_INTERFACE; #define INTERFACES_LIST \ BUS_GENERIC_INTERFACES_LIST \ -- cgit v1.2.3-54-g00ecf