Remove the method not used anymore

This commit is contained in:
ismailgulek 2020-09-23 13:36:49 +03:00
parent c29554a596
commit 409082a891

View file

@ -43,8 +43,4 @@ extension UITableViewCell {
self.vc_setAccessoryDisclosureIndicator(withTheme: ThemeService.shared().theme)
}
/// Hide cell separators
@objc func vc_hideSeparator() {
separatorInset = UIEdgeInsets(top: 0, left: .greatestFiniteMagnitude, bottom: 0, right: 0)
}
}