mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Delete unused code
This commit is contained in:
parent
26b6ee3735
commit
d27123a49a
1 changed files with 0 additions and 9 deletions
|
|
@ -63,15 +63,6 @@ class OfflineTileManager: ObservableObject {
|
|||
}
|
||||
|
||||
return Double(accumulatedSize)
|
||||
|
||||
// let paths = self.computeTileOverlayPaths(boundingBox: boundingBox)
|
||||
//
|
||||
// for path in paths {
|
||||
// let file = "tiles/\(UserDefaults.mapTileServer.id)-z\(path.z)x\(path.x)y\(path.y).png"
|
||||
// let url = documentsDirectory.appendingPathComponent(file)
|
||||
// accumulatedSize += (try? url.regularFileAllocatedSize()) ?? 0
|
||||
// }
|
||||
// return Double(accumulatedSize)
|
||||
}
|
||||
|
||||
func getDownloadedSize(for boundingBox: MKMapRect) -> Double {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue