diff options
author | Denis Kenzior <denkenz@gmail.com> | 2009-08-19 23:29:12 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-08-20 12:48:28 -0500 |
commit | 8bbd68b2fdf94da5dfbabda1bd909ba024d899b5 (patch) | |
tree | 81b7b3ed84ba62014427486a1beeead3cc1a09b2 /src | |
parent | dd19eff45cc96def04e327d29b796da766bfe9b9 (diff) | |
download | ofono-8bbd68b2fdf94da5dfbabda1bd909ba024d899b5.tar.bz2 |
Remove unused variables
Diffstat (limited to 'src')
-rw-r--r-- | src/ofono.h | 4 |
1 files changed, 0 insertions, 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; }; |