Skip to content

Commit

Permalink
Revert changes I accidentally checked in.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Jun 16, 2023
1 parent 650e8d4 commit cfcdd5d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/osx_interface.mm
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@

bool VerifyMicrophonePermissions()
{
return true;
#if 0
bool hasAccess = true;
#ifndef APPLE_OLD_XCODE
if (@available(macOS 10.14, *)) {
Expand Down Expand Up @@ -80,8 +78,6 @@ bool VerifyMicrophonePermissions()
#endif // !APPLE_OLD_XCODE

return hasAccess;
#endif //

}

void ResetMainWindowColorSpace()
Expand Down

0 comments on commit cfcdd5d

Please sign in to comment.