Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 1c04b45

Browse files
Fixes iOS compilation
1 parent 3c8793a commit 1c04b45

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

engine/src/mbliphonedc.mm

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,12 +1576,7 @@ static void MCIPhoneDoBreakWait(void *)
15761576
t_modes = [[NSArray alloc] initWithObjects: NSRunLoopCommonModes, nil];
15771577
[s_break_wait_helper performSelector: @selector(breakWait) withObject: nil afterDelay: 0 inModes: t_modes];
15781578
[t_modes release];
1579-
}
1580-
}
1581-
1582-
static void MCIPhoneDoBreakWaitOnCorrectThread(void *context)
1583-
{
1584-
MCFiberCall(s_main_fiber, MCIPhoneDoBreakWait, nil);
1579+
}
15851580
}
15861581

15871582
static void MCIPhoneDoBreakWaitOnCorrectThread(void *context)

0 commit comments

Comments
 (0)