unused function

This commit is contained in:
Hannes Janetzek 2013-03-18 03:47:06 +01:00
parent f8f96c58cf
commit a1fcac202c

View File

@ -31,9 +31,9 @@ public class BoundingBox implements Parcelable {
*/
private static final double CONVERSION_FACTOR = 1000000d;
private static boolean isBetween(int number, int min, int max) {
return min <= number && number <= max;
}
//private static boolean isBetween(int number, int min, int max) {
// return min <= number && number <= max;
//}
/**
* The maximum latitude value of this BoundingBox in microdegrees (degrees *