diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-08-20 23:17:33 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-08-20 23:17:33 +0200 |
commit | 1130fff405417daeb3c48adefc28ff85611b7647 (patch) | |
tree | d1acbe862727ecf449242f6173ff49efa2db8896 /src | |
parent | 9ccc1e2a0a4c2ef78e84084df7aae8c92e5ae0a6 (diff) | |
download | ofono-1130fff405417daeb3c48adefc28ff85611b7647.tar.bz2 |
voicecall: Remove unused variable
Diffstat (limited to 'src')
-rw-r--r-- | src/voicecall.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/voicecall.c b/src/voicecall.c index e01f4f2b..e62c4347 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -860,7 +860,6 @@ static DBusMessage *manager_get_properties(DBusConnection *conn, DBusMessageIter dict; int i; GSList *l; - char **callobj_list; char **list; reply = dbus_message_new_method_return(msg); |