From fb1c29f73266c7257872a0f308c7c5c85d7ebb86 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Wed, 16 Dec 2015 11:26:40 +0100 Subject: [PATCH] cleanup --- miniupnpd/upnphttp.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/miniupnpd/upnphttp.h b/miniupnpd/upnphttp.h index 243e372..bf48b47 100644 --- a/miniupnpd/upnphttp.h +++ b/miniupnpd/upnphttp.h @@ -18,14 +18,6 @@ #include #endif /* ENABLE_HTTPS */ -#if 0 -/* according to "UPnP Device Architecture 1.0" */ -#define UPNP_VERSION_STRING "UPnP/1.0" -/* according to "UPnP Device Architecture 1.1" */ -#define UPNP_VERSION_STRING "UPnP/1.1" -/* according to "UPnP Device Architecture 2.0" */ -#define UPNP_VERSION_STRING "UPnP/2.0" -#endif #define UPNP_VERSION_STRING "UPnP/" UPNP_VERSION_MAJOR_STR "." UPNP_VERSION_MINOR_STR /* server: HTTP header returned in all HTTP responses : */