From 8bbd68b2fdf94da5dfbabda1bd909ba024d899b5 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 19 Aug 2009 23:29:12 -0500 Subject: [PATCH] Remove unused variables --- src/ofono.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ofono.h b/src/ofono.h index a19dc5f9..457b1fb0 100644 --- a/src/ofono.h +++ b/src/ofono.h @@ -71,10 +71,6 @@ struct ofono_modem { int next_atom_watch_id; struct ofono_modem_data *modem_info; - struct network_registration_data *network_registration; - struct voicecalls_data *voicecalls; - struct message_waiting_data *message_waiting; - GSList *history_contexts; };