From 464767c5fd0671b93f97f79905bdfb987826f6ef Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 26 Jan 2014 11:37:52 +0100 Subject: db/upnp/Util: move caturl() to util/UriUtil.cxx --- src/lib/upnp/Util.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib/upnp/Util.hxx') diff --git a/src/lib/upnp/Util.hxx b/src/lib/upnp/Util.hxx index 58e382faa..a59f23521 100644 --- a/src/lib/upnp/Util.hxx +++ b/src/lib/upnp/Util.hxx @@ -25,9 +25,6 @@ #include #include -std::string -caturl(const std::string& s1, const std::string& s2); - void trimstring(std::string &s, const char *ws = " \t\n"); -- cgit v1.2.3