removed unused SERVICE_HOURS
This commit is contained in:
parent
7f9709d484
commit
58be83e8be
2 changed files with 0 additions and 2 deletions
|
@ -28,7 +28,6 @@ public class Amenity extends MapObject {
|
|||
public static final String DESCRIPTION = "description";
|
||||
public static final String ROUTE = "route";
|
||||
public static final String OPENING_HOURS = "opening_hours";
|
||||
public static final String SERVICE_HOURS = "service_hours";
|
||||
public static final String SERVICE_TIMES = "service_times";
|
||||
public static final String CONTENT = "content";
|
||||
public static final String CUISINE = "cuisine";
|
||||
|
|
|
@ -418,7 +418,6 @@ public class AmenityMenuBuilder extends MenuBuilder {
|
|||
} else if (key.startsWith("name:")) {
|
||||
continue;
|
||||
} else if (Amenity.OPENING_HOURS.equals(key)
|
||||
|| Amenity.SERVICE_HOURS.equals(key)
|
||||
|| Amenity.SERVICE_TIMES.equals(key)) {
|
||||
iconId = R.drawable.ic_action_time;
|
||||
String openingHours = amenity.getOpeningHours();
|
||||
|
|
Loading…
Reference in a new issue