Remove unused variables

This commit is contained in:
Denis Kenzior 2009-08-19 23:29:12 -05:00
parent dd19eff45c
commit 8bbd68b2fd
1 changed files with 0 additions and 4 deletions

View File

@ -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;
};