Skip to content

Commit

Permalink
Removed unused event OnRawResponseRecivied
Browse files Browse the repository at this point in the history
  • Loading branch information
maximn committed Oct 8, 2024
1 parent 6dcde7a commit a991bf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GoogleMapsApi/Engine/MapsAPIGenericEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public abstract class MapsAPIGenericEngine<TRequest, TResponse>
where TResponse : IResponseFor<TRequest>
{
internal static event UriCreatedDelegate OnUriCreated;
internal static event RawResponseReciviedDelegate OnRawResponseRecivied;
internal static TimeSpan DefaultTimeout = TimeSpan.FromSeconds(100);

protected internal static async Task<TResponse> QueryGoogleAPIAsync(TRequest request, TimeSpan timeout, CancellationToken token = default)
Expand Down

0 comments on commit a991bf2

Please sign in to comment.