diff --git a/enabler/src/de/schildbach/pte/TlswProvider.java b/enabler/src/de/schildbach/pte/TlswProvider.java index b848e7c4..6c9add69 100644 --- a/enabler/src/de/schildbach/pte/TlswProvider.java +++ b/enabler/src/de/schildbach/pte/TlswProvider.java @@ -17,13 +17,9 @@ package de.schildbach.pte; -import java.io.IOException; import java.util.Collection; -import de.schildbach.pte.dto.Location; -import de.schildbach.pte.dto.LocationType; import de.schildbach.pte.dto.Product; -import de.schildbach.pte.dto.SuggestLocationsResult; /** * @author Andreas Schildbach @@ -55,12 +51,6 @@ public class TlswProvider extends AbstractEfaProvider return false; } - @Override - public SuggestLocationsResult suggestLocations(final CharSequence constraint) throws IOException - { - return xmlStopfinderRequest(new Location(LocationType.ANY, null, null, constraint.toString())); - } - @Override public Collection defaultProducts() {