Bläddra i källkod

remove dead code

cyberta 3 år sedan
förälder
incheckning
ff17ff49b8
1 ändrade filer med 0 tillägg och 2 borttagningar
  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()