remove langid stubs
This commit is contained in:
parent
6a10abc334
commit
7d0460d1c2
1 changed files with 0 additions and 7 deletions
|
@ -141,9 +141,6 @@ namespace EnvyUpdate
|
||||||
case "osid":
|
case "osid":
|
||||||
xmlcontent = wc.DownloadString("https://www.nvidia.com/Download/API/lookupValueSearch.aspx?TypeID=4");
|
xmlcontent = wc.DownloadString("https://www.nvidia.com/Download/API/lookupValueSearch.aspx?TypeID=4");
|
||||||
break;
|
break;
|
||||||
case "langid":
|
|
||||||
xmlcontent = wc.DownloadString("https://www.nvidia.com/Download/API/lookupValueSearch.aspx?TypeID=5");
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -162,10 +159,6 @@ namespace EnvyUpdate
|
||||||
case "osid":
|
case "osid":
|
||||||
id = GetOSID();
|
id = GetOSID();
|
||||||
break;
|
break;
|
||||||
case "langid":
|
|
||||||
// Currently unsupported, because Nvidia has a weird way of naming languages in their native OR english version.
|
|
||||||
// https://www.nvidia.com/Download/API/lookupValueSearch.aspx?TypeID=5
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue