diff --git a/enabler/src/de/schildbach/pte/VmvProvider.java b/enabler/src/de/schildbach/pte/VmvProvider.java index e0207061..a05fdc5b 100644 --- a/enabler/src/de/schildbach/pte/VmvProvider.java +++ b/enabler/src/de/schildbach/pte/VmvProvider.java @@ -17,15 +17,11 @@ package de.schildbach.pte; -import java.io.IOException; import java.util.HashMap; import java.util.Map; -import de.schildbach.pte.dto.Location; -import de.schildbach.pte.dto.LocationType; import de.schildbach.pte.dto.Style; import de.schildbach.pte.dto.Style.Shape; -import de.schildbach.pte.dto.SuggestLocationsResult; /** * @author Andreas Schildbach @@ -57,12 +53,6 @@ public class VmvProvider extends AbstractEfaProvider return false; } - @Override - public SuggestLocationsResult suggestLocations(final CharSequence constraint) throws IOException - { - return xmlStopfinderRequest(new Location(LocationType.STATION, null, null, constraint.toString())); - } - @Override protected String parseLine(final String mot, final String symbol, final String name, final String longName, final String trainType, final String trainNum, final String trainName)