From: Denis Kenzior Date: Thu, 20 Aug 2009 04:29:12 +0000 (-0500) Subject: Remove unused variables X-Git-Tag: 0.4~136 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8bbd68b2fdf94da5dfbabda1bd909ba024d899b5;p=platform%2Fupstream%2Fofono.git Remove unused variables --- diff --git a/src/ofono.h b/src/ofono.h index a19dc5f..457b1fb 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; };