diff options
Diffstat (limited to 'drivers/isimodem/isicall-forwarding.c')
-rw-r--r-- | drivers/isimodem/isicall-forwarding.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/isimodem/isicall-forwarding.c b/drivers/isimodem/isicall-forwarding.c index 056ebd62..08236c8c 100644 --- a/drivers/isimodem/isicall-forwarding.c +++ b/drivers/isimodem/isicall-forwarding.c @@ -35,7 +35,6 @@ #include <gisi/client.h> -#include <ofono/plugin.h> #include <ofono/log.h> #include <ofono/modem.h> #include <ofono/call-forwarding.h> @@ -80,15 +79,6 @@ static void isi_query(struct ofono_call_forwarding *cf, int type, int cls, { } -static gboolean isi_call_forwarding_register(gpointer user) -{ - struct ofono_call_forwarding *cf = user; - - ofono_call_forwarding_register(cf); - - return FALSE; -} - static int isi_call_forwarding_probe(struct ofono_call_forwarding *cf) { GIsiModem *idx = ofono_call_forwarding_get_data(cf); |