lib/upnp: drop support for libupnp versions older than 1.8

This commit is contained in:
Max Kellermann
2020-05-27 16:43:54 +02:00
parent caec384ed0
commit 736a696f98
5 changed files with 4 additions and 56 deletions

View File

@@ -33,10 +33,7 @@ static UpnpClient_Handle upnp_client_handle;
static int
UpnpClientCallback(Upnp_EventType et,
#if UPNP_VERSION >= 10800
const
#endif
void *evp,
const void *evp,
void *cookie) noexcept
{
if (cookie == nullptr)