- fixed compilation of Cocoa backend

src/posix/cocoa/i_main.mm:225:12: error: Objective-C declarations may only appear in global scope
src/posix/cocoa/i_main.mm:247:17: error: Objective-C declarations may only appear in global scope
src/posix/cocoa/i_main.mm:545:2: error: expected '}'
This commit is contained in:
alexey.lysiuk 2019-06-10 14:44:06 +03:00
parent 583cd489b1
commit ea8af08bcf
1 changed files with 0 additions and 3 deletions

View File

@ -62,9 +62,6 @@ EXTERN_CVAR(Bool, vid_vsync )
// ---------------------------------------------------------------------------
namespace
{
void Mac_I_FatalError(const char* const message)
{