diff --git a/Classes/LinphoneUI/UIContactCell.m b/Classes/LinphoneUI/UIContactCell.m index 9fcb571b0..49f201b6b 100644 --- a/Classes/LinphoneUI/UIContactCell.m +++ b/Classes/LinphoneUI/UIContactCell.m @@ -68,14 +68,6 @@ return; } } - id view = [self superview]; - - while (view && [view isKindOfClass:[UITableView class]] == NO) { - view = [view superview]; - } - - UITableView *tableView = (UITableView *)view; - [(ContactsListTableView *)tableView.dataSource loadData]; } #pragma mark - Property Functions