mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove dead code left from when WebViewController was split from ArticleViewController.
This commit is contained in:
@@ -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? {
|
||||
|
||||
Reference in New Issue
Block a user