summaryrefslogtreecommitdiff
path: root/platform/android
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-12-03 20:43:36 +1100
committerLeith Bade <leith@mapbox.com>2014-12-03 20:43:36 +1100
commit3058cd2d6091426ffc36141a1f0c742f08bc42c7 (patch)
tree38471afc66dba2701ac3d1219d1714ff5793163e /platform/android
parent9346f6f6bd5ee7351a675bb0d89c261b85cd30d1 (diff)
downloadqtlocation-mapboxgl-3058cd2d6091426ffc36141a1f0c742f08bc42c7.tar.gz
Remove old TODO
Diffstat (limited to 'platform/android')
-rw-r--r--platform/android/cache_database_data.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/android/cache_database_data.cpp b/platform/android/cache_database_data.cpp
index 5f13a44f68..aff1412687 100644
--- a/platform/android/cache_database_data.cpp
+++ b/platform/android/cache_database_data.cpp
@@ -6,7 +6,6 @@ namespace platform {
// Returns the path to the default cache database on this system.
std::string defaultCacheDatabase() {
-// TODO need to use get cache dir from java
return mbgl::android::cache_path + "/mbgl-cache.db";
}