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