Remove dead code left from when WebViewController was split from ArticleViewController.

This commit is contained in:
Maurice Parker 2020-01-27 11:50:28 -07:00
parent 243ebac665
commit 470f2159e8
1 changed files with 0 additions and 4 deletions

View File

@ -34,10 +34,6 @@ class ArticleViewController: UIViewController {
return button
}()
private var isFullScreenAvailable: Bool {
return traitCollection.userInterfaceIdiom == .phone && coordinator.isRootSplitCollapsed
}
weak var coordinator: SceneCoordinator!
var article: Article? {