File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
WordPress/Classes/ViewRelated/Blog/Blog Dashboard/Cards/Posts Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ protocol PostsCardViewControllerDelegate: AnyObject {
51
51
52
52
override func viewWillAppear( _ animated: Bool ) {
53
53
super. viewWillAppear ( animated)
54
- hideSeparatorForGhostCells ( )
55
54
}
56
55
57
56
override func viewDidAppear( _ animated: Bool ) {
@@ -120,11 +119,6 @@ private extension PostsCardViewController {
120
119
ghostableTableView? . removeFromSuperview ( )
121
120
}
122
121
123
- func hideSeparatorForGhostCells( ) {
124
- ghostableTableView? . visibleCells
125
- . forEach { ( $0 as? PostCompactCell ) ? . hideSeparator ( ) }
126
- }
127
-
128
122
func presentEditor( ) {
129
123
let editor = EditPostViewController ( blog: blog)
130
124
present ( editor, animated: true )
You can’t perform that action at this time.
0 commit comments