lib/earth/locality/country.rb in earth-0.4.9 vs lib/earth/locality/country.rb in earth-0.4.10

- old
+ new

@@ -20,15 +20,6 @@ class << self def united_states find_by_iso_3166_code('US') end end - - # if we don't have a country-specific flight route inefficiency factor, use the fallback - def flight_route_inefficiency_factor - if specific_frif = super - specific_frif - else - Country.fallback.flight_route_inefficiency_factor - end - end end