dbus: Remove duplicate signal declaration
ServiceDiscoveryExternal is uselessly declared twice. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
513dcec656
commit
13494c4478
1 changed files with 0 additions and 7 deletions
|
@ -2679,13 +2679,6 @@ static const struct wpa_dbus_method_desc wpas_dbus_interface_methods[] = {
|
|||
END_ARGS
|
||||
}
|
||||
},
|
||||
{ "ServiceDiscoveryExternal", WPAS_DBUS_NEW_IFACE_P2PDEVICE,
|
||||
(WPADBusMethodHandler)wpas_dbus_handler_p2p_serv_disc_external,
|
||||
{
|
||||
{ "arg", "i", ARG_IN },
|
||||
END_ARGS
|
||||
}
|
||||
},
|
||||
{ "AddPersistentGroup", WPAS_DBUS_NEW_IFACE_P2PDEVICE,
|
||||
(WPADBusMethodHandler) wpas_dbus_handler_add_persistent_group,
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue