فهرست منبع

remove dead code

B. Petersen 2 سال پیش
والد
کامیت
2e7dbc5fbe
1فایلهای تغییر یافته به همراه0 افزوده شده و 11 حذف شده
  1. 0 11
      deltachat-ios/Controller/GroupChatDetailViewController.swift

+ 0 - 11
deltachat-ios/Controller/GroupChatDetailViewController.swift

@@ -126,17 +126,6 @@ class GroupChatDetailViewController: UIViewController {
         return cell
     }()
 
-    private lazy var searchCell: UITableViewCell = {
-        let cell = UITableViewCell(style: .value1, reuseIdentifier: nil)
-        cell.textLabel?.text = String.localized("search")
-        cell.accessoryType = .disclosureIndicator
-        if chatId == 0 {
-            cell.isUserInteractionEnabled = false
-            cell.textLabel?.isEnabled = false
-        }
-        return cell
-    }()
-
     init(chatId: Int, dcContext: DcContext) {
         self.dcContext = dcContext
         self.chatId = chatId