Remove explicit check for Windows 7

This commit is contained in:
Tobias Taschner
2020-01-15 16:17:45 +01:00
parent dea80692b4
commit e20296fee2

View File

@@ -67,10 +67,6 @@ bool wxWebViewEdge::IsAvailable()
bool wxWebViewEdge::Initialize()
{
// WebView2 is only available for Windows 7 or newer
if (!wxCheckOsVersion(6, 1))
return false;
if (!ms_loaderDll.Load("WebView2Loader.dll", wxDL_DEFAULT | wxDL_QUIET))
return false;