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

@ -75,10 +75,6 @@
#endif
#define THISORNUL(s) (s ? s : "")
#ifndef PNPX
#define PNPX 0
#endif
#define RESOURCE_PROTOCOL_INFO_VALUES \
"http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_TN," \
"http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_SM," \
@ -213,10 +209,6 @@ extern char serialnumber[];
#define PRESENTATIONURL_MAX_LEN 64
extern char presentationurl[];
#if PNPX
extern char pnpx_hwid[];
#endif
/* lan addresses */
extern int n_lan_addr;
extern struct lan_addr_s lan_addr[];