From e8904e787cd2057aea16c8e7e7292fe58a8b00d7 Mon Sep 17 00:00:00 2001 From: Gowtham Anandha Babu Date: Tue, 3 Feb 2015 17:32:35 +0530 Subject: [PATCH] bt-service/bt-service-avrcp: Fix unused variable errors Fix the following unused variable errors: [bt-service/bt-service-avrcp.c:160]: (style) Unused variable: error [bt-service/bt-service-avrcp.c:161]: (style) Unused variable: value [bt-service/bt-service-avrcp.c:162]: (style) Unused variable: status Change-Id: Ifb9d145c6bd5b572c529cd0f069b8502fe447a66 Signed-off-by: Gowtham Anandha Babu --- bt-service/bt-service-avrcp.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bt-service/bt-service-avrcp.c b/bt-service/bt-service-avrcp.c index f01acd7..f71e011 100644 --- a/bt-service/bt-service-avrcp.c +++ b/bt-service/bt-service-avrcp.c @@ -157,15 +157,10 @@ static gboolean bt_media_agent_set_property(BtMediaAgent *agent, const char *property, GValue *val, DBusGMethodInvocation *context) { - GError *error; - const gchar *value; - unsigned int status; - BT_DBG("property %s\n", property); dbus_g_method_return(context); return TRUE; - } static const char *loopstatus_to_repeat(const char *value) -- 2.7.4