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":
|
||||
xmlcontent = wc.DownloadString("https://www.nvidia.com/Download/API/lookupValueSearch.aspx?TypeID=4");
|
||||
break;
|
||||
case "langid":
|
||||
xmlcontent = wc.DownloadString("https://www.nvidia.com/Download/API/lookupValueSearch.aspx?TypeID=5");
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
@ -162,10 +159,6 @@ namespace EnvyUpdate
|
|||
case "osid":
|
||||
id = GetOSID();
|
||||
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:
|
||||
break;
|
||||
}
|
||||
|
|
Reference in a new issue