Browse Source

VLCMediaViewController: Remove old categories creation

Soomin Lee 7 years ago
parent
commit
992f483280
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Sources/MediaViewControllers/MediaViewController.swift

+ 0 - 2
Sources/MediaViewControllers/MediaViewController.swift

@@ -15,12 +15,10 @@ import UIKit
 class VLCMediaViewController: VLCPagingViewController<VLCLabelCell> {
     var services: Services
     private var rendererButton: UIButton
-    var mediaCategory: VLCMediaSubcategories
 
     init(services: Services) {
         self.services = services
         rendererButton = services.rendererDiscovererManager.setupRendererButton()
-        mediaCategory = VLCMediaSubcategories()
         super.init(nibName: nil, bundle: nil)
     }