unused function
This commit is contained in:
parent
f8f96c58cf
commit
a1fcac202c
@ -31,9 +31,9 @@ public class BoundingBox implements Parcelable {
|
|||||||
*/
|
*/
|
||||||
private static final double CONVERSION_FACTOR = 1000000d;
|
private static final double CONVERSION_FACTOR = 1000000d;
|
||||||
|
|
||||||
private static boolean isBetween(int number, int min, int max) {
|
//private static boolean isBetween(int number, int min, int max) {
|
||||||
return min <= number && number <= max;
|
// return min <= number && number <= max;
|
||||||
}
|
//}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The maximum latitude value of this BoundingBox in microdegrees (degrees *
|
* The maximum latitude value of this BoundingBox in microdegrees (degrees *
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user