ITileCache: remove setStoragePath from API

This commit is contained in:
Hannes Janetzek 2013-09-10 18:01:15 +02:00
parent 6fbfeb2848
commit 2474fe621b

View File

@ -46,13 +46,6 @@ public interface ITileCache {
*/ */
void setCacheSize(long size); void setCacheSize(long size);
/**
* @param path
* The path for the cache directionary in device.
*/
void setStoragePath(String path);
public interface TileReader { public interface TileReader {
Tile getTile(); Tile getTile();
InputStream getInputStream(); InputStream getInputStream();