mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
remove unecessary call
This commit is contained in:
parent
e1ffff8c34
commit
4d7b1b7984
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue