Remove unused member

This commit is contained in:
Denis Kenzior 2009-08-17 22:12:26 -05:00
parent a0973098a4
commit 69fd5186a0
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ struct at_data {
struct netreg_data *netreg;
struct voicecall_data *voicecall;
struct sms_data *sms;
struct ofono_phonebook *pb;
};
void decode_at_error(struct ofono_error *error, const char *final);