summaryrefslogtreecommitdiff
path: root/include/mbgl/platform
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-03-31 16:19:33 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-03-31 17:08:00 -0700
commit77b07234762474b45ec902b556bb96e3a1057867 (patch)
treee6da8a03c461249ea17a3475194b1120124f5de4 /include/mbgl/platform
parent23f2defadd7fbf9511c2a60f4e251bb179524081 (diff)
downloadqtlocation-mapboxgl-77b07234762474b45ec902b556bb96e3a1057867.tar.gz
[ios, osx, linux] Remove unused "applicationRoot" function
Diffstat (limited to 'include/mbgl/platform')
-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 087ce56f95..de2585874b 100644
--- a/include/mbgl/platform/platform.hpp
+++ b/include/mbgl/platform/platform.hpp
@@ -15,9 +15,6 @@ std::string uppercase(const std::string &string);
// Lowercase a string, potentially using platform-specific routines.
std::string lowercase(const std::string &string);
-// Returns the path to the root folder of the application.
-const std::string &applicationRoot();
-
// Makes the current thread low priority.
void makeThreadLowPriority();