diff options
author | Max Kellermann <max@duempel.org> | 2014-01-10 22:29:21 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-10 23:00:18 +0100 |
commit | 1091ca969fb9611c219e6f186a71500ffbc74233 (patch) | |
tree | 55c56358dfc837a7c6f00165bfd9d185755dc499 /src/db | |
parent | 09d62cc6304be55f54356d5f12493b8ecd504748 (diff) | |
download | mpd-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.hxx | 9 |
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_ */ |