Clean up FastAddressBook

This commit is contained in:
Yann Diorcet 2012-10-17 09:12:02 +02:00
parent 4477348236
commit c71fb6875f

View file

@ -144,11 +144,6 @@ static void sync_address_book (ABAddressBookRef addressBook, CFDictionaryRef inf
}
} else {
[LinphoneLogger log:LinphoneLoggerError format:@"Create AddressBook: Fail(%@)", [error localizedDescription]];
if(ABAddressBookGetAuthorizationStatus) {
ABAddressBookRequestAccessWithCompletion(addressBook, ^(bool granted, CFErrorRef error) {
if (granted) [self reload];
});
}
}
}