ITileCache: remove setStoragePath from API

This commit is contained in:
Hannes Janetzek
2013-10-09 02:38:01 +02:00
parent 6fbfeb2848
commit 2474fe621b
@@ -46,13 +46,6 @@ public interface ITileCache {
*/
void setCacheSize(long size);
/**
* @param path
* The path for the cache directionary in device.
*/
void setStoragePath(String path);
public interface TileReader {
Tile getTile();
InputStream getInputStream();