summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem/isivoicecall.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isimodem/isivoicecall.c')
-rw-r--r--drivers/isimodem/isivoicecall.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/isimodem/isivoicecall.c b/drivers/isimodem/isivoicecall.c
index 1e01a0ea..423c0268 100644
--- a/drivers/isimodem/isivoicecall.c
+++ b/drivers/isimodem/isivoicecall.c
@@ -36,7 +36,6 @@
#include <gisi/netlink.h>
#include <gisi/client.h>
-#include <ofono/plugin.h>
#include <ofono/log.h>
#include <ofono/modem.h>
#include <ofono/voicecall.h>
@@ -128,15 +127,6 @@ static void isi_send_tones(struct ofono_voicecall *vc, const char *tones,
{
}
-static gboolean isi_voicecall_register(gpointer user)
-{
- struct ofono_voicecall *call = user;
-
- ofono_voicecall_register(call);
-
- return FALSE;
-}
-
static int isi_voicecall_probe(struct ofono_voicecall *call)
{
GIsiModem *idx = ofono_voicecall_get_data(call);