aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/Util.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-10 22:29:21 +0100
committerMax Kellermann <max@duempel.org>2014-01-10 23:00:18 +0100
commit1091ca969fb9611c219e6f186a71500ffbc74233 (patch)
tree55c56358dfc837a7c6f00165bfd9d185755dc499 /src/db/upnp/Util.hxx
parent09d62cc6304be55f54356d5f12493b8ecd504748 (diff)
downloadmpd-1091ca969fb9611c219e6f186a71500ffbc74233.tar.gz
mpd-1091ca969fb9611c219e6f186a71500ffbc74233.tar.xz
mpd-1091ca969fb9611c219e6f186a71500ffbc74233.zip
db/upnp: remove unused macro PLOGINF()
Diffstat (limited to '')
-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_ */