cocoa-cb: remove an unused variable

This commit is contained in:
der richter 2019-08-24 11:00:58 +02:00 committed by Jan Ekström
parent 8f96169117
commit c8a911f35f
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ class VideoLayer: CAOpenGLLayer {
weak var cocoaCB: CocoaCB!
var mpv: MPVHelper { get { return cocoaCB.mpv } }
let videoLock = NSLock()
let displayLock = NSLock()
let cglContext: CGLContextObj
let cglPixelFormat: CGLPixelFormatObj