summaryrefslogtreecommitdiffstats
path: root/samsung-ril.c
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2012-11-04 19:35:33 +0100
committerPaul Kocialkowski <contact@paulk.fr>2012-11-04 19:35:33 +0100
commitef110b3c3eeb92ec0636263423eaec0247bfc433 (patch)
treeb8952d2c1ffcb464204ea852c6b2522baa13b41c /samsung-ril.c
parent2924bed3e740327f2c48c8d2508b1ba1e76a120a (diff)
downloadhardware_replicant_libsamsung-ril-ef110b3c3eeb92ec0636263423eaec0247bfc433.tar.gz
hardware_replicant_libsamsung-ril-ef110b3c3eeb92ec0636263423eaec0247bfc433.tar.bz2
hardware_replicant_libsamsung-ril-ef110b3c3eeb92ec0636263423eaec0247bfc433.zip
SMS: Use lists stored in ril_data instead of global table
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'samsung-ril.c')
-rw-r--r--samsung-ril.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/samsung-ril.c b/samsung-ril.c
index 94f935a..3b25f2f 100644
--- a/samsung-ril.c
+++ b/samsung-ril.c
@@ -645,11 +645,6 @@ void ril_data_init(void)
pthread_mutex_init(&ril_data.mutex, NULL);
}
-void ril_globals_init(void)
-{
- ril_request_sms_init();
-}
-
/**
* RIL interface
*/