summaryrefslogtreecommitdiffstats
path: root/drivers/rilmodem/voicecall.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2015-11-12 13:06:11 -0600
committerDenis Kenzior <denkenz@gmail.com>2015-11-12 13:17:52 -0600
commite3ee401d72d9453bf8115df9f9198d527e7d2713 (patch)
tree74358047c3637c1d0bc19787448fd352d652cbc5 /drivers/rilmodem/voicecall.h
parent2c987c00449397713a8b41dbe4513d112dc8ef10 (diff)
downloadofono-e3ee401d72d9453bf8115df9f9198d527e7d2713.tar.bz2
rilmodem: Remove auto-answering logic
This was only used for testing at the factory for a specific product. Does not belong in the driver code.
Diffstat (limited to 'drivers/rilmodem/voicecall.h')
-rw-r--r--drivers/rilmodem/voicecall.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rilmodem/voicecall.h b/drivers/rilmodem/voicecall.h
index 0407abeb..ff952f7e 100644
--- a/drivers/rilmodem/voicecall.h
+++ b/drivers/rilmodem/voicecall.h
@@ -25,7 +25,6 @@ struct ril_voicecall_data {
unsigned int local_release;
unsigned int clcc_source;
GRil *ril;
- struct ofono_modem *modem;
unsigned int vendor;
unsigned char flags;
ofono_voicecall_cb_t cb;