unused function

This commit is contained in:
Hannes Janetzek
2013-10-09 01:55:57 +02:00
parent f8f96c58cf
commit a1fcac202c
+3 -3
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 *