mirror of https://github.com/mpv-player/mpv
cocoa-cb: remove an unused variable
This commit is contained in:
parent
8f96169117
commit
c8a911f35f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue