aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/upnpplib.hxx
diff options
context:
space:
mode:
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
{