- fixed compilation of Cocoa backend

src/posix/cocoa/i_video.mm:297:2: error: use of undeclared identifier 'SetFlash'
This commit is contained in:
alexey.lysiuk 2019-03-09 16:34:28 +02:00
parent b7d09c95dd
commit bc69941514
1 changed files with 0 additions and 2 deletions

View File

@ -294,8 +294,6 @@ SystemGLFrameBuffer::SystemGLFrameBuffer(void*, const bool fullscreen)
, m_hiDPI(false)
, m_window(CreateWindow(STYLE_MASK_WINDOWED))
{
SetFlash(0, 0);
NSOpenGLPixelFormat* pixelFormat = CreatePixelFormat();
if (nil == pixelFormat)