Browse Source

UI: Remove empty clause

Norihiro Kamae 2 years ago
parent
commit
3d5c4ff56e
1 changed files with 0 additions and 3 deletions
  1. 0 3
      UI/platform-osx.mm

+ 0 - 3
UI/platform-osx.mm

@@ -333,9 +333,6 @@ MacPermissionStatus CheckPermissionWithPrompt(MacPermissionType type,
 			if (stream) {
 				permissionResponse = kPermissionAuthorized;
 				CFRelease(stream);
-
-				if (prompt_for_permission) {
-				}
 			} else {
 				permissionResponse = kPermissionDenied;
 			}