Removed const for previously defined notification on tile region updates (using delegate now)
Showing
1 changed file
with
0 additions
and
2 deletions
@@ -17,8 +17,6 @@ | @@ -17,8 +17,6 @@ | ||
17 | 17 | ||
18 | #import "RMTileCache.h" | 18 | #import "RMTileCache.h" |
19 | 19 | ||
20 | -NSString * const RMMapNewTilesBoundsNotification = @"NewTilesBounds"; | ||
21 | - | ||
22 | NSString* const RMMapImageRemovedFromScreenNotification = @"RMMapImageRemovedFromScreen"; | 20 | NSString* const RMMapImageRemovedFromScreenNotification = @"RMMapImageRemovedFromScreen"; |
23 | NSString* const RMMapImageAddedToScreenNotification = @"RMMapImageAddedToScreen"; | 21 | NSString* const RMMapImageAddedToScreenNotification = @"RMMapImageAddedToScreen"; |
24 | 22 |
-
Please register or login to post a comment