summaryrefslogtreecommitdiff
path: root/include/mbgl/util/url.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/util/url.hpp')
-rw-r--r--include/mbgl/util/url.hpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/mbgl/util/url.hpp b/include/mbgl/util/url.hpp
deleted file mode 100644
index a7e5291ec5..0000000000
--- a/include/mbgl/util/url.hpp
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef MBGL_UTIL_URL
-#define MBGL_UTIL_URL
-
-#include <string>
-
-namespace mbgl {
-namespace util {
-
-std::string percentEncode(const std::string&);
-std::string percentDecode(const std::string&);
-
-}
-}
-
-#endif