From d3f51cbc17a9460c9a8854850ac64f1a1f879fd5 Mon Sep 17 00:00:00 2001 From: Lukasz Rymanowski Date: Tue, 9 Dec 2014 09:40:25 +0100 Subject: [PATCH] attrib/gatt: Minor coding style fix --- attrib/gatt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/attrib/gatt.c b/attrib/gatt.c index 0e633f7da..b4be25af2 100644 --- a/attrib/gatt.c +++ b/attrib/gatt.c @@ -942,7 +942,6 @@ guint gatt_exchange_mtu(GAttrib *attrib, uint16_t mtu, GAttribResultFunc func, return g_attrib_send(attrib, 0, buf, plen, func, user_data, NULL); } - static void desc_discovered_cb(guint8 status, const guint8 *ipdu, guint16 iplen, gpointer user_data) { -- 2.47.3