summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-09-24 00:29:32 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-09-24 00:30:02 -0500
commit71fb9c74c6942074fd52c930487c7eefb9a4e6b0 (patch)
tree26ec36f30c553b53aabaad353f35bfe80bb4deb8
parent6db4483f2631f5db5b4e6b54c365d6dd0c542a98 (diff)
downloadofono-71fb9c74c6942074fd52c930487c7eefb9a4e6b0.tar.bz2
ifx: Take out the vendor field in voicecall driver
-rw-r--r--drivers/ifxmodem/voicecall.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ifxmodem/voicecall.c b/drivers/ifxmodem/voicecall.c
index 79683d3f..44159895 100644
--- a/drivers/ifxmodem/voicecall.c
+++ b/drivers/ifxmodem/voicecall.c
@@ -54,7 +54,6 @@ struct voicecall_data {
GSList *calls;
unsigned int local_release;
GAtChat *chat;
- unsigned int vendor;
};
struct release_id_req {
@@ -702,7 +701,6 @@ static int ifx_voicecall_probe(struct ofono_voicecall *vc, unsigned int vendor,
vd = g_new0(struct voicecall_data, 1);
vd->chat = g_at_chat_clone(chat);
- vd->vendor = vendor;
ofono_voicecall_set_data(vc, vd);