mirror of
https://github.com/mpv-player/mpv
synced 2025-02-10 00:47:38 +00:00
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
Block a user