File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
permission_handler_windows/windows Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ class PermissionHandlerWindowsPlugin : public Plugin {
65
65
winrt::fire_and_forget IsBluetoothServiceEnabled (std::unique_ptr<MethodResult<>> result);
66
66
67
67
winrt::Windows::Devices::Geolocation::Geolocator geolocator;
68
- winrt::Windows::Devices::Geolocation::Geolocator::PositionChanged_revoker m_positionChangedRevoker;
69
68
};
70
69
71
70
// static
@@ -87,10 +86,6 @@ void PermissionHandlerWindowsPlugin::RegisterWithRegistrar(
87
86
}
88
87
89
88
PermissionHandlerWindowsPlugin::PermissionHandlerWindowsPlugin (){
90
- m_positionChangedRevoker = geolocator.PositionChanged (winrt::auto_revoke,
91
- [this ](Geolocator const & geolocator, PositionChangedEventArgs e)
92
- {
93
- });
94
89
}
95
90
96
91
PermissionHandlerWindowsPlugin::~PermissionHandlerWindowsPlugin () = default ;
You can’t perform that action at this time.
0 commit comments