From 89d2b63cfcf6efaa964b170faccd428f521441be Mon Sep 17 00:00:00 2001 From: Syam Sidhardhan Date: Wed, 23 May 2012 21:27:28 +0530 Subject: [PATCH] Remove redundant D-Bus error initilization in maemo6 plugin --- plugins/maemo6.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/maemo6.c b/plugins/maemo6.c index 6c341167a..4819af46f 100644 --- a/plugins/maemo6.c +++ b/plugins/maemo6.c @@ -130,7 +130,6 @@ static void read_radio_states_cb(DBusPendingCall *call, void *user_data) goto done; } - dbus_error_init(&derr); if (dbus_message_get_args(reply, &derr, DBUS_TYPE_UINT32, &radio_states, DBUS_TYPE_INVALID) == FALSE) { -- 2.47.3