remove unecessary call

This commit is contained in:
Benjamin Reis 2017-11-08 13:45:31 +01:00
parent e1ffff8c34
commit 4d7b1b7984

View file

@ -182,9 +182,6 @@
cell.selectionStyle = UITableViewCellSelectionStyleNone;
return cell;
} else {
//if (linphone_event_log_is_full_state(event))
// return NULL;
kCellId = NSStringFromClass(UIChatNotifiedEventCell.class);
UIChatNotifiedEventCell *cell = [tableView dequeueReusableCellWithIdentifier:kCellId];
if (cell == nil)