summaryrefslogtreecommitdiff
path: root/src/mbgl/util/url.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/util/url.hpp')
-rw-r--r--src/mbgl/util/url.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mbgl/util/url.hpp b/src/mbgl/util/url.hpp
index e361b07a7c..70fdfd8a36 100644
--- a/src/mbgl/util/url.hpp
+++ b/src/mbgl/util/url.hpp
@@ -8,7 +8,6 @@ namespace util {
std::string percentEncode(const std::string&);
std::string percentDecode(const std::string&);
-bool isURL(const std::string&);
// Class that holds position + lenth pairs for scheme, domain, path + query string of a URL.
class URL {