Selaa lähdekoodia

remove dead code

cyberta 3 vuotta sitten
vanhempi
commit
ff17ff49b8
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      deltachat-ios/Controller/ChatListController.swift

+ 0 - 2
deltachat-ios/Controller/ChatListController.swift

@@ -352,8 +352,6 @@ class ChatListController: UITableViewController {
             }
         case .profile:
             safe_fatalError("CellData type profile not allowed")
-        default:
-            break
         }
         safe_fatalError("Could not find/dequeue or recycle UITableViewCell.")
         return UITableViewCell()