Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Remove TODO's
Browse files Browse the repository at this point in the history
- remove unnecessary todo's
  • Loading branch information
electrostat committed Feb 2, 2018
1 parent ecdf70a commit 5b6fde7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ public static synchronized Boolean isConnected() {
*
* @return the location engine configured
*/
// TODO Do we need to expose this?
public static LocationEngine getLocationEngine() {
return INSTANCE.locationEngine;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.mapbox.mapboxsdk.utils;

// TODO Remove this class if we finally include it within MAS 3.x (GeoJSON)
public class MathUtils {

/**
Expand Down

0 comments on commit 5b6fde7

Please sign in to comment.