diff options
Diffstat (limited to 'src/db/upnp/upnpplib.hxx')
-rw-r--r-- | src/db/upnp/upnpplib.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/db/upnp/upnpplib.hxx b/src/db/upnp/upnpplib.hxx index 6fd997c31..b6ce80212 100644 --- a/src/db/upnp/upnpplib.hxx +++ b/src/db/upnp/upnpplib.hxx @@ -20,7 +20,6 @@ #ifndef _LIBUPNP_H_X_INCLUDED_ #define _LIBUPNP_H_X_INCLUDED_ -#include "thread/Mutex.hxx" #include "util/Error.hxx" #include <map> @@ -40,7 +39,6 @@ class LibUPnP { Error init_error; UpnpClient_Handle m_clh; - Mutex m_mutex; std::map<Upnp_EventType, Handler> m_handlers; LibUPnP(); |