aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/upnpplib.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-10 23:04:50 +0100
committerMax Kellermann <max@duempel.org>2014-01-10 23:04:50 +0100
commite9ba5fcaf319654ce685cd329414fcf2591c9c95 (patch)
tree945195b2dd63d88a029039eb12ead7789805448f /src/db/upnp/upnpplib.hxx
parent48097745f6d7afcfed09713c2f8827588eb7b9f3 (diff)
downloadmpd-e9ba5fcaf319654ce685cd329414fcf2591c9c95.tar.gz
mpd-e9ba5fcaf319654ce685cd329414fcf2591c9c95.tar.xz
mpd-e9ba5fcaf319654ce685cd329414fcf2591c9c95.zip
db/upnp: remove unused method setMaxContentLength()
Diffstat (limited to '')
-rw-r--r--src/db/upnp/upnpplib.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/db/upnp/upnpplib.hxx b/src/db/upnp/upnpplib.hxx
index b91441ec6..6fd997c31 100644
--- a/src/db/upnp/upnpplib.hxx
+++ b/src/db/upnp/upnpplib.hxx
@@ -56,10 +56,6 @@ public:
/** Retrieve the singleton LibUPnP object */
static LibUPnP *getLibUPnP(Error &error);
- /** Set max library buffer size for reading content from servers.
- * The default is 200k and should be ok */
- void setMaxContentLength(int bytes);
-
/** Check state after initialization */
bool ok() const
{