From 8b34afa02e69a8ad3391dc9ad04d46a4ff14c746 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 19 Dec 2009 01:20:06 -0800 Subject: [PATCH] Remove unused D-Bus interface name constant --- include/dbus.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/dbus.h b/include/dbus.h index d3e9a82..6a1feb9 100644 --- a/include/dbus.h +++ b/include/dbus.h @@ -42,7 +42,6 @@ extern "C" { #define CONNMAN_SERVICE_INTERFACE CONNMAN_SERVICE ".Service" #define CONNMAN_DEVICE_INTERFACE CONNMAN_SERVICE ".Device" #define CONNMAN_NETWORK_INTERFACE CONNMAN_SERVICE ".Network" -#define CONNMAN_CONNECTION_INTERFACE CONNMAN_SERVICE ".Connection" #define CONNMAN_PROVIDER_INTERFACE CONNMAN_SERVICE ".Provider" typedef void (* connman_dbus_append_cb_t) (DBusMessageIter *iter); -- 2.7.4