summaryrefslogtreecommitdiff
path: root/include/mbgl/platform/platform.hpp
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2015-01-27 12:34:55 +1100
committerLeith Bade <leith@mapbox.com>2015-01-27 12:38:40 +1100
commitaaedd9c83b07d9ba13668a65647089e84a677064 (patch)
tree14e83ff67dcb99e4d448f7e82752a0fb00b0ae4f /include/mbgl/platform/platform.hpp
parenta8f86d47f659b5f7df7c8699fbf33144e69e7f36 (diff)
downloadqtlocation-mapboxgl-aaedd9c83b07d9ba13668a65647089e84a677064.tar.gz
Remove program binary caching
Diffstat (limited to 'include/mbgl/platform/platform.hpp')
-rw-r--r--include/mbgl/platform/platform.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mbgl/platform/platform.hpp b/include/mbgl/platform/platform.hpp
index 02c612c833..b4aaccb8bd 100644
--- a/include/mbgl/platform/platform.hpp
+++ b/include/mbgl/platform/platform.hpp
@@ -20,9 +20,6 @@ std::string lowercase(const std::string &string);
// Returns the path to the default cache database on this system.
std::string defaultCacheDatabase();
-// Returns the path to the default shader cache on this system.
-std::string defaultShaderCache();
-
std::string applicationRoot();
// Shows an alpha image with the specified dimensions in a named window.