summaryrefslogtreecommitdiffstats
path: root/samsung-ril.c
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2012-11-01 19:23:49 +0100
committerPaul Kocialkowski <contact@paulk.fr>2012-11-01 19:23:49 +0100
commit62bda30666b8e47d3eae48b0d0431e65a33e36ab (patch)
tree54a6fc98bc2620a526c419bab1932abe7e5f562f /samsung-ril.c
parent0e977b26f4478c239aa8885e474c28bbca16120b (diff)
downloadhardware_replicant_libsamsung-ril-62bda30666b8e47d3eae48b0d0431e65a33e36ab.tar.gz
hardware_replicant_libsamsung-ril-62bda30666b8e47d3eae48b0d0431e65a33e36ab.tar.bz2
hardware_replicant_libsamsung-ril-62bda30666b8e47d3eae48b0d0431e65a33e36ab.zip
SMS: Use lists stored in ril_data instead of global tpid table
Some strutures were also renamed to Stick to libsamsung-ipc changes Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'samsung-ril.c')
-rw-r--r--samsung-ril.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/samsung-ril.c b/samsung-ril.c
index cf4f380..94f935a 100644
--- a/samsung-ril.c
+++ b/samsung-ril.c
@@ -648,7 +648,6 @@ void ril_data_init(void)
void ril_globals_init(void)
{
ril_request_sms_init();
- ipc_sms_tpid_queue_init();
}
/**