aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/upnpplib.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-10 22:42:02 +0100
committerMax Kellermann <max@duempel.org>2014-01-10 23:00:27 +0100
commit48097745f6d7afcfed09713c2f8827588eb7b9f3 (patch)
tree92543a95d1a7a45de3c4ffa175e65fc5f4a17fca /src/db/upnp/upnpplib.hxx
parent1091ca969fb9611c219e6f186a71500ffbc74233 (diff)
downloadmpd-48097745f6d7afcfed09713c2f8827588eb7b9f3.tar.gz
mpd-48097745f6d7afcfed09713c2f8827588eb7b9f3.tar.xz
mpd-48097745f6d7afcfed09713c2f8827588eb7b9f3.zip
db/upnp: remove "upnplog" option
We have removed all libupnp logging calls, and we don't need to debug libupnp.
Diffstat (limited to 'src/db/upnp/upnpplib.hxx')
-rw-r--r--src/db/upnp/upnpplib.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/db/upnp/upnpplib.hxx b/src/db/upnp/upnpplib.hxx
index efad193fb..b91441ec6 100644
--- a/src/db/upnp/upnpplib.hxx
+++ b/src/db/upnp/upnpplib.hxx
@@ -23,11 +23,9 @@
#include "thread/Mutex.hxx"
#include "util/Error.hxx"
-#include <string>
#include <map>
#include <upnp/upnp.h>
-#include <upnp/upnptools.h>
/** Our link to libupnp. Initialize and keep the handle around */
class LibUPnP {
@@ -58,12 +56,6 @@ public:
/** Retrieve the singleton LibUPnP object */
static LibUPnP *getLibUPnP(Error &error);
- /** Set log file name and activate logging.
- *
- * @param fn file name to use. Use empty string to turn logging off
- */
- bool setLogFileName(const std::string& fn);
-
/** Set max library buffer size for reading content from servers.
* The default is 200k and should be ok */
void setMaxContentLength(int bytes);