macos: Default kCFRunLoopAllActivities

It's actually a mask, but we'll keep it in to
avoid compiler warnings.
This commit is contained in:
Arjan Molenaar 2023-01-16 20:28:38 +01:00
parent 1bc63eeadb
commit 2669dc269b

View File

@ -1046,7 +1046,6 @@ run_loop_observer_callback (CFRunLoopObserverRef observer,
run_loop_exit ();
break;
case kCFRunLoopAllActivities:
/* TODO: Do most of the above? */
default:
break;
}