Toggle navigation
Toggle navigation
This project
Loading...
Sign in
尹诚
/
Mapbox-iOS-SDK
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Justin R. Miller
2012-04-12 09:49:28 -0700
Commit
9adf7ab5e47bc0a39d7510e74f93b6b707a6d50d
1 parent
39ffdd8c
remove useless source-based cache clear
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
MapView/Map/RMMBTilesSource.m
MapView/Map/RMMBTilesSource.m
View file @
9adf7ab
...
...
@@ -351,9 +351,4 @@
return
[
NSString
stringWithFormat
:
@"%@ - %@"
,
[
self
shortName
],
[
self
shortAttribution
]];
}
-
(
void
)
removeAllCachedImages
{
NSLog
(
@"*** removeAllCachedImages in %@"
,
[
self
class
]);
}
@end
...
...
Please
register
or
login
to post a comment