summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-03-20 17:14:25 -0500
committerBrad Leege <bleege@gmail.com>2015-03-20 17:14:25 -0500
commit33f4dfffd2d9ef20d803e495c47b1248b51bd12c (patch)
tree7bddf0e2d7edf066728787ae1c676bd4e688cf39 /include
parent263ae1a4cdd2b3ab318d98df46f3b8c337dade5a (diff)
downloadqtlocation-mapboxgl-33f4dfffd2d9ef20d803e495c47b1248b51bd12c.tar.gz
#1033 - Removing BackgroundStatus analytic
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/ios/MGLMetricsLocationManager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mbgl/ios/MGLMetricsLocationManager.h b/include/mbgl/ios/MGLMetricsLocationManager.h
index 1630b848aa..ce04ae9ef6 100644
--- a/include/mbgl/ios/MGLMetricsLocationManager.h
+++ b/include/mbgl/ios/MGLMetricsLocationManager.h
@@ -19,6 +19,4 @@
- (void) startUpdatingLocation;
- (void) stopUpdatingLocation;
-- (void) setBackgroundStatus:(BOOL)isBackground;
-
@end