Remove unused structure

This commit is contained in:
Denis Kenzior 2009-09-22 10:49:03 -05:00
parent 5f4340f186
commit b8dcd905fb
1 changed files with 0 additions and 6 deletions

View File

@ -101,12 +101,6 @@ struct msisdn_set_request {
DBusMessage *msg;
};
struct pin_enable_request {
struct ofono_sim *sim;
int type;
char *passwd;
};
struct service_number {
char *id;
struct ofono_phone_number ph;