aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/Util.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/upnp/Util.hxx')
-rw-r--r--src/db/upnp/Util.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/db/upnp/Util.hxx b/src/db/upnp/Util.hxx
index 2fdc3890f..3cdc57cd5 100644
--- a/src/db/upnp/Util.hxx
+++ b/src/db/upnp/Util.hxx
@@ -34,13 +34,4 @@ path_getfather(const std::string &s);
template <class T>
bool csvToStrings(const std::string& s, T &tokens);
-#define UPNPP_DEBUG
-
-#if defined(UPNPP_DEBUG) && defined(DEBUG)
-#include <upnp/upnpdebug.h>
-#define PLOGINF(...) UpnpPrintf(UPNP_INFO, API, __FILE__, __LINE__, __VA_ARGS__)
-#else
-#define PLOGINF(...)
-#endif
-
#endif /* _UPNPP_H_X_INCLUDED_ */