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

Commit 076623b

Browse files
committed
Remove unused Tizen MD5 call
1 parent 36062ea commit 076623b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Xamarin.Forms.Platform.Tizen/TizenPlatformServices.cs

-5
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,5 @@ public SizeRequest GetNativeSize(VisualElement view, double widthConstraint, dou
182182
}
183183

184184
public OSAppTheme RequestedTheme => OSAppTheme.Unspecified;
185-
186-
static MD5 CreateChecksum()
187-
{
188-
return MD5.Create();
189-
}
190185
}
191186
}

0 commit comments

Comments
 (0)