Julian Steenbakker

imp: remove dead code

@@ -482,7 +482,6 @@ public class MobileScannerPlugin: NSObject, FlutterPlugin, FlutterStreamHandler, @@ -482,7 +482,6 @@ public class MobileScannerPlugin: NSObject, FlutterPlugin, FlutterStreamHandler,
482 captureSession.removeOutput(output) 482 captureSession.removeOutput(output)
483 } 483 }
484 device.removeObserver(self, forKeyPath: #keyPath(AVCaptureDevice.torchMode)) 484 device.removeObserver(self, forKeyPath: #keyPath(AVCaptureDevice.torchMode))
485 -// registry.unregisterTexture(textureId) TODO  
486 485
487 latestBuffer = nil 486 latestBuffer = nil
488 self.captureSession = nil 487 self.captureSession = nil