Skip to content

Commit 076324e

Browse files
committed
Wifi (macOS): remove undesired code
1 parent 1fe9273 commit 076324e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/detection/wifi/wifi_apple.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#include "wifi.h"
22

33
#import <CoreWLAN/CoreWLAN.h>
4-
#import <CoreLocation/CLLocationManager.h>
54

65
const char* ffDetectWifi(FFlist* result)
76
{
@@ -32,7 +31,6 @@
3231
if(!inf.serviceActive)
3332
continue;
3433

35-
[CLLocationManager.new requestAlwaysAuthorization];
3634
if (inf.ssid)
3735
ffStrbufAppendS(&item->conn.ssid, inf.ssid.UTF8String);
3836
else

0 commit comments

Comments
 (0)