Remove obsolete PNPX support.

AFAICT this has been abandoned by Microsoft.
This commit is contained in:
Justin Maggard
2016-04-21 14:38:45 -07:00
parent 02b6085380
commit 1f46b53030
6 changed files with 15 additions and 66 deletions

View File

@@ -40,9 +40,6 @@ char modelname[] = "MiniDLNA";
char modelnumber[] = "1";
char presentationurl[] = "http://192.168.0.1:8080/";
unsigned int updateID = 0;
#if PNPX
char pnpx_hwid[] = "VEN_01F2&DEV_0101&REV_01 VEN_0033&DEV_0001&REV_01";
#endif
int getifaddr(const char * ifname, char * buf, int len)
{