Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Remove unused Tizen MD5 call
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Mar 7, 2023
1 parent 36062ea commit 076623b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Xamarin.Forms.Platform.Tizen/TizenPlatformServices.cs
Expand Up @@ -182,10 +182,5 @@ public SizeRequest GetNativeSize(VisualElement view, double widthConstraint, dou
}

public OSAppTheme RequestedTheme => OSAppTheme.Unspecified;

static MD5 CreateChecksum()
{
return MD5.Create();
}
}
}

0 comments on commit 076623b

Please sign in to comment.